pumpkin.cabal 819 B

12345678910111213141516171819202122232425262728
  1. -- Initial pumpkin.cabal generated by cabal init. For further
  2. -- documentation, see http://haskell.org/cabal/users-guide/
  3. name: pumpkin
  4. version: 0.1.0.0
  5. synopsis: The Snowdrift Pumpkin
  6. -- description:
  7. homepage: https://notabug.org/pharpend/pumpkin
  8. license: OtherLicense
  9. license-file: LICENSE
  10. author: Peter Harpending
  11. maintainer: peter@harpending.org
  12. copyright: Copyright 2016, Snowdrift.coop
  13. category: Web
  14. build-type: Simple
  15. extra-source-files:
  16. README.md
  17. LICENSE
  18. cabal-version: >=1.10
  19. executable pumpkin
  20. main-is: pumpkin.hs
  21. default-language: Haskell2010
  22. default-extensions: OverloadedStrings
  23. build-depends:
  24. base ==4.8.*
  25. , hakyll