KiCS 0.8.6 → 0.8.7
raw patch · 1 files changed
+4/−3 lines, 1 filesdep +curry-frontenddep ~curry-base
Dependencies added: curry-frontend
Dependency ranges changed: curry-base
Files
- KiCS.cabal +4/−3
KiCS.cabal view
@@ -1,5 +1,5 @@ Name: KiCS-Version: 0.8.6+Version: 0.8.7 Cabal-Version: >= 1.6 Author: Bernd Braßel Maintainer: Bernd Braßel@@ -9,7 +9,7 @@ Category: Compiler build-type: Simple Synopsis: A compiler from Curry to Haskell-Description: This package builds the Curry to Haskell compiler.+Description: This package builds the Curry to Haskell compiler "kics". Note, that you need a functional curry module "Prelude.curry" to get started. The standard version of that file is contained@@ -27,7 +27,8 @@ old-time, directory, containers,- curry-base >= 0.2.4+ curry-base >= 0.2.5,+ curry-frontend >= 0.2.5 Library hs-source-dirs: src