aboutsummaryrefslogtreecommitdiffhomepage
path: root/srem.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'srem.cabal')
-rw-r--r--srem.cabal20
1 files changed, 20 insertions, 0 deletions
diff --git a/srem.cabal b/srem.cabal
new file mode 100644
index 0000000..dfc7d87
--- /dev/null
+++ b/srem.cabal
@@ -0,0 +1,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