From 331690db265faaa8cb8b350d029c0fd6db88083a Mon Sep 17 00:00:00 2001 From: Joe Crayne Date: Wed, 27 Mar 2019 13:42:37 -0400 Subject: WIP: do-while. --- monkeypatch.cabal | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'monkeypatch.cabal') 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 executable monkeypatch main-is: monkeypatch.hs - other-modules: GrepNested, Sweeten + other-modules: GrepNested, Sweeten, Unique -- other-extensions: build-depends: base >=4.10.1.0 && <=4.12 , containers ^>=0.5.10.2 @@ -65,5 +65,6 @@ executable monkeypatch , pretty-show , process , directory + , transformers -- hs-source-dirs: default-language: Haskell2010 -- cgit v1.2.3