Created
August 10, 2021 00:57
-
-
Save leandronsp/c16f2428df1e74fc51536a3013197207 to your computer and use it in GitHub Desktop.
Minimal Haskell project using Stack
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
name: my-project | |
library: | |
source-dirs: | |
- app | |
- src | |
- lib | |
dependencies: | |
- base >= 4.7 && < 5 | |
- ... |
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
resolver: ghc-9.0.1 | |
system-ghc: true | |
extra-deps: | |
- ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment