aboutsummaryrefslogtreecommitdiffhomepage
path: root/srem.cabal
blob: dfc7d877e1c733f77ab978b67e01fa41a7273ea6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
name:                srem
version:             2.0.0
synopsis:            Timed reminders as notifications
homepage:            https://github.com/spwhitton/srem.git
license:             GPL-3
license-file:        LICENSE
author:              Sean Whitton
maintainer:          spwhitton@spwhitton.name
category:            Text
build-type:          Simple
cabal-version:       >=1.10

executable srem
  main-is:             Main.hs
  build-depends:       base
                     , directory
                     , process
                     , regex-posix
  hs-source-dirs:      src
  default-language:    Haskell2010