From bf71e5f4d875806e8f2623d95545c8b7a7c2d8f4 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 11 Apr 2017 13:12:37 -0400 Subject: some basic data types and hashing to start debug-me This commit was sponsored by Denis Dzyubenko on Patreon. --- debug-me.cabal | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 debug-me.cabal (limited to 'debug-me.cabal') 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 +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/ -- cgit v1.2.3