summaryrefslogtreecommitdiff
path: root/monkeypatch.cabal
diff options
context:
space:
mode:
authorJoe Crayne <joe@jerkface.net>2019-03-10 19:42:22 -0400
committerJoe Crayne <joe@jerkface.net>2019-03-10 19:42:22 -0400
commitef0bd9baee906ebf7c3293f0e5ec531bca0b4801 (patch)
tree9347d3cb5f0b5b1ad05f51da37c0a907708ccff7 /monkeypatch.cabal
parente34407b0080fa5c7176522b42783ad3c55a0f722 (diff)
* getsig: Keep original c-names for haskell types.
* Remove trailing closer from comment parser result. * Upper bound for base dependency.
Diffstat (limited to 'monkeypatch.cabal')
-rw-r--r--monkeypatch.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/monkeypatch.cabal b/monkeypatch.cabal
index 4c66cb7..21146e4 100644
--- a/monkeypatch.cabal
+++ b/monkeypatch.cabal
@@ -54,7 +54,7 @@ executable monkeypatch
54 main-is: monkeypatch.hs 54 main-is: monkeypatch.hs
55 -- other-modules: 55 -- other-modules:
56 -- other-extensions: 56 -- other-extensions:
57 build-depends: base ^>=4.10.1.0 57 build-depends: base >=4.10.1.0 && <=4.12
58 , containers ^>=0.5.10.2 58 , containers ^>=0.5.10.2
59 , language-c 59 , language-c
60 , haskell-src-exts 60 , haskell-src-exts