tn.cabal 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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.0
  5. synopsis: A simple daily journal program
  6. -- description:
  7. license: GPL-3
  8. license-file: LICENSE
  9. author: Peter Harpending
  10. maintainer: Peter Harpending <peter@harpending.org>
  11. bug-reports: https://notabug.org/pharpend/tn/issues/new
  12. copyright:
  13. tn - a simple daily journal program
  14. Copyright (C) 2015 Peter Harpending
  15. .
  16. This program is free software: you can redistribute it and/or modify
  17. it under the terms of the GNU General Public License as published by
  18. the Free Software Foundation, either version 3 of the License, or
  19. (at your option) any later version.
  20. .
  21. This program is distributed in the hope that it will be useful,
  22. but WITHOUT ANY WARRANTY; without even the implied warranty of
  23. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  24. GNU General Public License for more details.
  25. .
  26. You should have received a copy of the GNU General Public License
  27. along with this program. If not, see <http://www.gnu.org/licenses/>.
  28. category: Text
  29. build-type: Simple
  30. -- extra-source-files:
  31. cabal-version: >=1.10
  32. executable tn
  33. main-is: Main.hs
  34. other-modules:
  35. Tn.Meat
  36. , Tn.Potatoes
  37. , Tn.Static
  38. -- other-extensions:
  39. default-extensions:
  40. OverloadedStrings
  41. LambdaCase
  42. DeriveDataTypeable
  43. TypeSynonymInstances
  44. FlexibleInstances
  45. build-depends: base ==4.7.*
  46. , bytestring ==0.10.*
  47. , containers ==0.5.*
  48. , directory ==1.2.*
  49. , process ==1.2.*
  50. , safe ==0.3.*
  51. , text
  52. , time
  53. , yaml
  54. hs-source-dirs: src
  55. default-language: Haskell2010
  56. ghc-options: -Wall
  57. source-repository head
  58. type: git
  59. location: git@notabug.org:pharpend/tn.git
  60. source-repository this
  61. type: git
  62. location: git@notabug.org:pharpend/tn.git
  63. tag: 1.0.0