summaryrefslogtreecommitdiffhomepage
path: root/debug-me.cabal
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2017-04-11 13:12:37 -0400
committerJoey Hess <joeyh@joeyh.name>2017-04-11 15:31:26 -0400
commitbf71e5f4d875806e8f2623d95545c8b7a7c2d8f4 (patch)
treef7fa8439df3c89b592c89db0408324c8951c7f51 /debug-me.cabal
downloaddebug-me-bf71e5f4d875806e8f2623d95545c8b7a7c2d8f4.tar.gz
some basic data types and hashing to start debug-me
This commit was sponsored by Denis Dzyubenko on Patreon.
Diffstat (limited to 'debug-me.cabal')
-rw-r--r--debug-me.cabal33
1 files changed, 33 insertions, 0 deletions
diff --git a/debug-me.cabal b/debug-me.cabal
new file mode 100644
index 0000000..25bb469
--- /dev/null
+++ b/debug-me.cabal
@@ -0,0 +1,33 @@
+Name: debug-me
+Version: 0.20170411
+Cabal-Version: >= 1.8
+Maintainer: Joey Hess <joey@kitenet.net>
+Author: Joey Hess
+Stability: Experimental
+Copyright: 2017 Joey Hess
+License: AGPL-3
+Homepage: https://debug-me.branchable.com/
+Category: Utility
+Build-Type: Custom
+Synopsis:
+Description:
+License-File: AGPL
+Extra-Source-Files:
+ CHANGELOG
+ INSTALL
+ debug-me.1
+
+Executable debug-me
+ Main-Is: debug-me.hs
+ GHC-Options: -threaded -Wall -fno-warn-tabs -O2
+ Build-Depends:
+ base (>= 4.5 && < 5.0)
+ , bytestring == 0.10.*
+ , cryptonite (>= 0.20)
+ Other-Modules:
+ Hash
+ Types
+
+source-repository head
+ type: git
+ location: git://keysafe.branchable.com/