packages feed

confsolve 0.5.4 → 0.5.5

raw patch · 1 files changed

+9/−11 lines, 1 filesdep ~attoparsecdep ~processdep ~time

Dependency ranges changed: attoparsec, process, time

Files

confsolve.cabal view
@@ -1,5 +1,5 @@ name: confsolve-version: 0.5.4+version: 0.5.5 cabal-version: >=1.6 build-type: Simple license: BSD3@@ -11,25 +11,24 @@     running Dropbox or Wuala. category: Utils author: Daniel Trstenjak-tested-with: GHC ==7.6.2 GHC ==7.6.3 GHC ==7.8.3 GHC ==7.10.1- +tested-with: GHC ==7.6.2 GHC ==7.6.3 GHC ==7.8.3 GHC ==7.10.1 GHC ==8.0.1+ source-repository head     type: git     location: https://github.com/dan-t/confsolve- + executable confsolve+    main-is: Main.hs     build-depends:         base >=3 && <5,-        time >=1.4.0.1 && <1.6,-        process >=1.1.0.2 && <1.3,+        time >=1.4.0.1 && <1.7,+        process >=1.1.0.2 && <1.5,         unordered-containers >=0.2.4.0 && <0.3,         text >=1.1.1.2 && <1.3,-        attoparsec >=0.11.3.0 && <0.13,+        attoparsec >=0.11.3.0 && <0.14,         system-filepath >=0.4.8 && <0.5,         system-fileio >=0.3.13 && <0.4,         cmdargs >=0.10.7 && <0.11-    main-is: Main.hs-    buildable: True     cpp-options: -DCABAL     other-modules:         Paths_confsolve@@ -42,5 +41,4 @@         Wuala.FileNameParser         ConfsolveArgs     ghc-options: -funbox-strict-fields- - +