summaryrefslogtreecommitdiff
path: root/monkeypatch.cabal
diff options
context:
space:
mode:
authorJoe Crayne <joe@jerkface.net>2019-03-27 13:42:37 -0400
committerJoe Crayne <joe@jerkface.net>2019-03-27 13:42:37 -0400
commit331690db265faaa8cb8b350d029c0fd6db88083a (patch)
tree5b2a7b2ded341ad893eba171793e59ad04e6d44f /monkeypatch.cabal
parentec1c7a5c0e2673388c5601353f2e54b1b364fdb4 (diff)
WIP: do-while.
Diffstat (limited to 'monkeypatch.cabal')
-rw-r--r--monkeypatch.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/monkeypatch.cabal b/monkeypatch.cabal
index 2b06032..281320f 100644
--- a/monkeypatch.cabal
+++ b/monkeypatch.cabal
@@ -52,7 +52,7 @@ extra-source-files: CHANGELOG.md
52 52
53executable monkeypatch 53executable monkeypatch
54 main-is: monkeypatch.hs 54 main-is: monkeypatch.hs
55 other-modules: GrepNested, Sweeten 55 other-modules: GrepNested, Sweeten, Unique
56 -- other-extensions: 56 -- other-extensions:
57 build-depends: base >=4.10.1.0 && <=4.12 57 build-depends: base >=4.10.1.0 && <=4.12
58 , containers ^>=0.5.10.2 58 , containers ^>=0.5.10.2
@@ -65,5 +65,6 @@ executable monkeypatch
65 , pretty-show 65 , pretty-show
66 , process 66 , process
67 , directory 67 , directory
68 , transformers
68 -- hs-source-dirs: 69 -- hs-source-dirs:
69 default-language: Haskell2010 70 default-language: Haskell2010