tn.cabal 2.2 KB

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