dw.cabal 814 B

12345678910111213141516171819202122232425
  1. -- Initial dw.cabal generated by cabal init. For further documentation,
  2. -- see http://haskell.org/cabal/users-guide/
  3. name: dw
  4. version: 0.1.0.0
  5. -- synopsis:
  6. -- description:
  7. license: BSD3
  8. license-file: LICENSE
  9. author: Avery Lychee
  10. maintainer: averyl@protonmail.com
  11. -- copyright:
  12. -- category:
  13. build-type: Simple
  14. extra-source-files: ChangeLog.md, README.md
  15. cabal-version: >=1.10
  16. executable dw
  17. main-is: Main.hs
  18. other-modules: DrWho, Data, IntroOutro, HTML
  19. other-extensions: LambdaCase
  20. build-depends: base >=4.11 && <4.12, bytestring >= 0.10.8.1, directory >=1.3 && <1.4, yaml >=0.8 && <0.9
  21. -- hs-source-dirs:
  22. default-language: Haskell2010