forked from daanx/isocline
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct the link to README in the cabal file (daanx#15)
- Loading branch information
Showing
5 changed files
with
68 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
# Build as: | ||
# Build as: | ||
# $ stack update | ||
# $ stack build | ||
# $ stack run example | ||
# $ stack run example | ||
|
||
resolver: lts-18.21 | ||
# resolver: lts-14.27 # ghc 8.6.5 | ||
# resolver: lts-9.21 # ghc 8.0.2 | ||
# system-ghc: true # uncomment to use the system installed GHC | ||
|
||
allow-newer: true | ||
rebuild-ghc-options: true | ||
rebuild-ghc-options: true |