Advertisement
Guest User

Untitled

a guest
Mar 30th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 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. -eventlog
  25. "-with-rtsopts=-ls -N4 -A1024m -s -h -i0.1"
  26. build-depends: base >= 4.8 && < 5.0
  27. , criterion >= 1.1 && < 2
  28. , random -any
  29. , parallel -any
  30. , monad-par -any
  31. , deepseq -any
  32. , QuickCheck -any
  33. -- hs-source-dirs:
  34. default-language: Haskell2010
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement