Skip to content

Instantly share code, notes, and snippets.

@leandronsp
Created August 10, 2021 00:57
Show Gist options
  • Save leandronsp/c16f2428df1e74fc51536a3013197207 to your computer and use it in GitHub Desktop.
Save leandronsp/c16f2428df1e74fc51536a3013197207 to your computer and use it in GitHub Desktop.
Minimal Haskell project using Stack
name: my-project
library:
source-dirs:
- app
- src
- lib
dependencies:
- base >= 4.7 && < 5
- ...
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