packages feed

cspmchecker 0.2.0 → 0.2.1

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~libcspm

Dependency ranges changed: libcspm

Files

cspmchecker.cabal view
@@ -10,7 +10,7 @@ Build-type: Simple Cabal-version: >=1.9.2 Synopsis: A command line type checker for CSPM files.-Version: 0.2.0+Version: 0.2.1  Source-Repository head     type:     git@@ -21,7 +21,7 @@     type:     git     location: git://github.com/tomgr/libcspm.git     subdir:   cspmchecker-    tag: release-0.2.0+    tag: release-0.2.1    Executable cspmchecker     Main-is: Main.hs@@ -31,7 +31,7 @@      Build-depends:          base >= 4 && < 5,-        libcspm >= 0.2.0,+        libcspm >= 0.2.1,         filepath >= 1.2,         mtl >= 2.0,         directory >= 1.0