packages feed

CSPM-Interpreter 0.6.0.3 → 0.6.1.0

raw patch · 1 files changed

+6/−6 lines, 1 filesdep ~containersdep ~sybPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: containers, syb

API changes (from Hackage documentation)

Files

CSPM-Interpreter.cabal view
@@ -1,5 +1,5 @@ Name:                CSPM-Interpreter-Version:             0.6.0.3+Version:             0.6.1.0  Synopsis:            An interpreter for CSPM Description:@@ -13,10 +13,10 @@ License:             BSD3 category:            Language,Formal Methods,Concurrency License-File:        LICENSE-Author:              2010 - 2012 Marc Fontaine-Maintainer:          Marc Fontaine <fontaine@cs.uni-duesseldorf.de>+Author:              2010 - 2013 Marc Fontaine+Maintainer:          Marc Fontaine <Marc.Fontaine@gmx.de> Stability:           experimental-Tested-With:         GHC == 7.4.1+Tested-With:         GHC == 7.6.3  cabal-Version:       >= 1.10 build-type: Simple@@ -27,10 +27,10 @@     ,CSPM-CoreLanguage >= 0.3 && < 0.4     ,prettyclass >= 1.0 && < 1.1     ,base >= 4.0 && < 5.0-    ,containers >= 0.4 && < 0.5+    ,containers >= 0.5 && < 0.6     ,mtl     ,array >= 0.4 && <0.5-    ,syb >= 0.3 && < 0.4+    ,syb >= 0.4 && < 0.5     Default-Language: Haskell2010