Advertisement
Guest User

Untitled

a guest
Mar 28th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. -- Initial lab1.cabal generated by cabal init. For further documentation,
  2. -- see http://haskell.org/cabal/users-guide/
  3.  
  4. name: lab1
  5. version: 0.1.0.0
  6. -- synopsis:
  7. -- description:
  8. -- license:
  9. license-file: LICENSE
  10. author: Johan Backman & Mike Phoohad
  11. maintainer: johback@student.chalmers.se
  12. -- copyright:
  13. category: Concurrency
  14. build-type: Simple
  15. -- extra-source-files:
  16. cabal-version: >=1.10
  17.  
  18. executable lab1
  19. main-is: given.hs
  20. ghc-options:
  21. -O2
  22. -threaded
  23. -fprof-auto
  24. "-with-rtsopts=-N -s -h -i0.1"
  25. build-depends: base >= 4.8 && < 4.9
  26. , criterion >= 1.1 && < 2
  27. , random -any
  28. , parallel -any
  29. -- hs-source-dirs:
  30. default-language: Haskell2010
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement