summaryrefslogtreecommitdiffhomepage
path: root/debug-me.cabal
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-08-22 07:39:43 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-08-22 07:39:43 -0700
commit3a8ea0015aae951aef1093e7adc2c72191d1ae28 (patch)
treebbcbec0e783a4d314d5b6d967946e5740b497043 /debug-me.cabal
parenta3c7efe91e11568a91771b3a3b56be8879fd4a89 (diff)
parent77b9e79d7a08bf568d0325dc3cbc661822f16ce5 (diff)
downloaddebug-me-3a8ea0015aae951aef1093e7adc2c72191d1ae28.tar.gz
Merge tag '1.20200820'
tagging package debug-me version 1.20200820
Diffstat (limited to 'debug-me.cabal')
-rw-r--r--debug-me.cabal7
1 files changed, 4 insertions, 3 deletions
diff --git a/debug-me.cabal b/debug-me.cabal
index 94af103..d859cbb 100644
--- a/debug-me.cabal
+++ b/debug-me.cabal
@@ -1,6 +1,6 @@
Name: debug-me
-Version: 1.20190926
-Cabal-Version: >= 1.8
+Version: 1.20200820
+Cabal-Version: >= 1.10
Maintainer: Joey Hess <joey@kitenet.net>
Author: Joey Hess
Stability: Experimental
@@ -50,7 +50,8 @@ custom-setup
Executable debug-me
Main-Is: debug-me.hs
- GHC-Options: -threaded -Wall -fno-warn-tabs -O2 -XNoMonadFailDesugaring
+ GHC-Options: -threaded -Wall -fno-warn-tabs -O2
+ Default-Language: Haskell98
Build-Depends:
base (>= 4.9 && < 5.0)
, network (>= 2.6)