Guest User

Untitled

a guest
Nov 18th, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. name: test
  2. version: 0.1
  3. build-type: Simple
  4. cabal-version: >= 1.2
  5.  
  6. executable test
  7. hs-source-dirs: src
  8. build-depends: base,
  9. binary,
  10. bytestring,
  11. containers,
  12. hashable,
  13. unordered-containers,
  14. mtl
  15. ghc-options: -Wall
  16. main-is: Main.hs
Add Comment
Please, Sign In to add comment