packages feed

tn-1.0.2: tn.cabal

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

name:                tn
version:             1.0.2
synopsis:            A simple daily journal program
description:
  tn is a simple program to keep daily journals. It's terrible right now, so
  please don't try to use it.
license:             GPL-3
license-file:        LICENSE
author:              Peter Harpending
maintainer:          Peter Harpending <peter@harpending.org>
bug-reports:         https://notabug.org/pharpend/tn/issues/new
copyright:           Copyright (C) 2015 Peter Harpending
category:            Text
build-type:          Simple
-- extra-source-files:  
cabal-version:       >=1.10

executable tn
  main-is:             Main.hs
  other-modules:
      Tn.Meat
    , Tn.Potatoes
    , Tn.Static
    , Paths_tn
  -- other-extensions:    
  default-extensions:          
    OverloadedStrings
    LambdaCase
    DeriveDataTypeable
    TypeSynonymInstances
    FlexibleInstances
  build-depends:       base ==4.7.*
                     , bytestring ==0.10.*
                     , containers ==0.5.*
                     , directory ==1.2.*
                     , process ==1.2.*
                     , safe ==0.3.*
                     , text
                     , time
                     , yaml
  hs-source-dirs:      src
  default-language:    Haskell2010
  ghc-options:         -Wall -fno-warn-orphans

source-repository head
  type: git
  location: ssh://git@notabug.org/pharpend/tn.git

source-repository this
  type: git
  location: ssh://git@notabug.org/pharpend/tn.git
  tag: 1.0.2