summaryrefslogtreecommitdiffhomepage
path: root/debug-me.cabal
diff options
context:
space:
mode:
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/