You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

43 lines
1.3 KiB

7 years ago
  1. name: sothr-dot-com
  2. version: 0.1.0.0
  3. -- synopsis:
  4. -- description:
  5. homepage: https://github.com/githubuser/sothr-dot-com#readme
  6. license: BSD3
  7. license-file: LICENSE
  8. author: Author name here
  9. maintainer: example@example.com
  10. copyright: 2017 Author name here
  11. category: Web
  12. build-type: Simple
  13. extra-source-files: README.md
  14. cabal-version: >=1.10
  15. library
  16. hs-source-dirs: src
  17. exposed-modules: Data.String.Strip
  18. build-depends: base >= 4.7 && < 5
  19. default-language: Haskell2010
  20. executable sothr-dot-com
  21. hs-source-dirs: app
  22. main-is: Main.hs
  23. ghc-options: -threaded -rtsopts -with-rtsopts=-N
  24. build-depends: base
  25. , sothr-dot-com
  26. default-language: Haskell2010
  27. test-suite sothr-dot-com-test
  28. type: exitcode-stdio-1.0
  29. hs-source-dirs: test
  30. main-is: Spec.hs
  31. build-depends: base
  32. , sothr-dot-com
  33. , hspec
  34. , QuickCheck
  35. ghc-options: -threaded -rtsopts -with-rtsopts=-N
  36. default-language: Haskell2010
  37. source-repository head
  38. type: git
  39. location: https://github.com/githubuser/sothr-dot-com