sins.cabal 667 B

123456789101112131415161718192021222324
  1. name: sins
  2. version: 0.1.0.0
  3. -- synopsis:
  4. -- description:
  5. homepage: https://notabug.org/vaeringjar/sins
  6. license: AGPL-3
  7. license-file: LICENSE
  8. author: vaeringjar
  9. maintainer: vaeringjar@peers.community
  10. copyright: 2018 vaeringjar
  11. category: CLI
  12. build-type: Simple
  13. cabal-version: >=1.10
  14. extra-source-files: README.md
  15. executable sins
  16. hs-source-dirs: src
  17. main-is: Main.hs
  18. other-modules: CalcProbs
  19. , NumParser
  20. default-language: Haskell2010
  21. build-depends: base >= 4.7 && < 5