-- Initial tn.cabal generated by cabal init. For further documentation, -- see http://haskell.org/cabal/users-guide/ name: tn version: 0.2.0.0 synopsis: A journaling program for Linux description: Extremely simple CLI-based program for keeping diaries or journals. license: BSD3 license-file: LICENSE author: Peter Harpending maintainer: Peter Harpending copyright: 2014, Peter Harpending. category: Text build-type: Simple extra-source-files: README.md cabal-version: >=1.10 executable tn main-is: main.hs default-language: Haskell2010 other-extensions: OverloadedStrings ghc-options: -Wall build-depends: aeson >=0.8 && <0.9 , aeson-pretty >=0.7 && <0.8 , base >=4.7 && <4.8 , bytestring >=0.10 && <0.11 , text >=1.1 && <1.2 , time >=1.4 && <1.5 , optparse-applicative >=0.9 && <0.10 source-repository head type: git location: git://github.com/pharpend/tn.git