Skip to content

Instantly share code, notes, and snippets.

@berdario
Last active October 9, 2016 09:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save berdario/061e5d9032c9fc2ed782e21f5779cfdc to your computer and use it in GitHub Desktop.
Save berdario/061e5d9032c9fc2ed782e21f5779cfdc to your computer and use it in GitHub Desktop.
module M where
name: project
version: 0.1.0.0
build-type: Simple
cabal-version: >=1.10
library
exposed-modules: M
build-depends: base >= 4.7 && < 5
default-language: Haskell2010
flags: {}
packages:
- '.'
resolver: lts-6.8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment