tn.cabal 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. -- Initial journal.cabal generated by cabal init. For further
  2. -- documentation, see http://haskell.org/cabal/users-guide/
  3. name: tn
  4. version: 1.0.2
  5. synopsis: A simple daily journal program
  6. description:
  7. tn is a simple program to keep daily journals. It's terrible right now, so
  8. please don't try to use it.
  9. license: GPL-3
  10. license-file: LICENSE
  11. author: Peter Harpending
  12. maintainer: Peter Harpending <peter@harpending.org>
  13. bug-reports: https://notabug.org/pharpend/tn/issues/new
  14. copyright: Copyright (C) 2015 Peter Harpending
  15. category: Text
  16. build-type: Simple
  17. -- extra-source-files:
  18. cabal-version: >=1.10
  19. executable tn
  20. main-is: Main.hs
  21. other-modules:
  22. Tn.Meat
  23. , Tn.Potatoes
  24. , Tn.Static
  25. , Paths_tn
  26. -- other-extensions:
  27. default-extensions:
  28. OverloadedStrings
  29. LambdaCase
  30. DeriveDataTypeable
  31. TypeSynonymInstances
  32. FlexibleInstances
  33. build-depends: base ==4.7.*
  34. , bytestring ==0.10.*
  35. , containers ==0.5.*
  36. , directory ==1.2.*
  37. , process ==1.2.*
  38. , safe ==0.3.*
  39. , text
  40. , time
  41. , yaml
  42. hs-source-dirs: src
  43. default-language: Haskell2010
  44. ghc-options: -Wall -fno-warn-orphans
  45. source-repository head
  46. type: git
  47. location: ssh://git@notabug.org/pharpend/tn.git
  48. source-repository this
  49. type: git
  50. location: ssh://git@notabug.org/pharpend/tn.git
  51. tag: 1.0.2