packages feed

tn-0.1.0.1: tn.cabal

-- Initial tn.cabal generated by cabal init.  For further documentation, 
-- see http://haskell.org/cabal/users-guide/

name:                tn
version:             0.1.0.1
synopsis:            A journaling program for Linux
description:         Extremely simple CLI-based program for keeping diaries or journals.
license:             GPL-3
license-file:        LICENSE
author:              Peter Harpending
maintainer:          pharpend2@gmail.com
copyright:           2014, Peter Harpending.
category:            Text
build-type:          Simple
-- extra-source-files:  
cabal-version:       >=1.10

executable tn
  main-is:             Main.hs
  -- other-modules:       
  -- other-extensions:    
  build-depends:       base >=4.6 && <4.7
  build-depends:       directory >=1.2
  build-depends:       time >=1.4
  -- hs-source-dirs:      Tn/
  default-language:    Haskell2010

source-repository head
  type:     git
  location: git://github.com/pharpend/tn.git