curry-frontend 0.2.10 → 0.2.11
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~curry-base
Dependency ranges changed: curry-base
Files
- curry-frontend.cabal +2/−2
curry-frontend.cabal view
@@ -1,5 +1,5 @@ Name: curry-frontend-Version: 0.2.10+Version: 0.2.11 Cabal-Version: >= 1.6 Synopsis: Compile the functional logic language Curry to several intermediate formats Description: The Curry Frontend consists of the executable program "cymake".@@ -26,7 +26,7 @@ hs-source-dirs: src Main-is: cymake.hs Build-Depends: base >= 3 && < 4, - curry-base >= 0.2.7, + curry-base >= 0.2.8, mtl, old-time, containers, pretty ghc-options: -fwarn-unused-binds -fwarn-unused-imports -auto-all Other-Modules: Curry.Syntax.Lexer, Curry.Syntax.LexComb