packages feed

funcons-simple 0.1.0.3 → 0.1.0.5

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~funcons-toolsdep ~funcons-values

Dependency ranges changed: funcons-tools, funcons-values

Files

funcons-simple.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                funcons-simple-version:             0.1.0.3+version:             0.1.0.5 synopsis:            A modular interpreter for executing SIMPLE funcons  description:              The PLanCompS (<http://plancomps.org>) project has developed a component-based approach to formal semantics.@@ -42,6 +42,6 @@   main-is:             Main.hs   other-modules:       Funcons.SIMPLE.SIMPLE4Declarations.SIMPLE4Declarations, Funcons.SIMPLE.Library    -- other-extensions:    -  build-depends:       base >=4.8 && <=5, funcons-tools >= 0.2.0.5, funcons-values >= 0.1.0.3+  build-depends:       base >=4.8 && <=5, funcons-tools >= 0.2.0.7, funcons-values >= 0.1.0.5   hs-source-dirs:      src   default-language:    Haskell2010