Skip to content

Commit

Permalink
Reenable the github json fixture.
Browse files Browse the repository at this point in the history
This made possible by installing optparse-applicative override directly
with cabal2nix instead of with github json file.

The github json file approach does not work using as that causes an infinite
recursion.
(See #27)
  • Loading branch information
adetokunbo committed May 18, 2018
1 parent e406138 commit 325e851
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 0 additions & 1 deletion fixtures/rokubanme-no-purojekuto/SKIP

This file was deleted.

6 changes: 5 additions & 1 deletion fixtures/rokubanme-no-purojekuto/setup_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,14 @@ setup_test() {
pushd $this_dir > /dev/null

HOZ_OPTS=dontCheck
haskell-overridez -g pcapriotti/optparse-applicative

# Using -g with optparse-applicative causes infinite recursion
haskell-overridez https://github.com/pcapriotti/optparse-applicative

HOZ_OPTS=doJailbreak
haskell-overridez -g Gabriel439/Haskell-Turtle-Library
haskell-overridez -g Gabriel439/Haskell-Foldl-Library
haskell-overridez -g Gabriel439/Haskell-Managed-Library

popd > /dev/null
set +x
Expand Down

0 comments on commit 325e851

Please sign in to comment.