packages feed

tn-1.0.2.1: tn.cabal

name:                tn
version:             1.0.2.1
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://github.com/pharpend/tn
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: https://github.com/pharpend/tn.git

source-repository this
  type: git
  location: https://github.com/pharpend/tn.git
  tag: 1.0.2.1