packages feed

cabal-sort 0.0.2 → 0.0.2.1

raw patch · 1 files changed

+8/−8 lines, 1 filesdep ~Cabaldep ~containersdep ~directory

Dependency ranges changed: Cabal, containers, directory, filepath

Files

cabal-sort.cabal view
@@ -1,5 +1,5 @@ Name:             cabal-sort-Version:          0.0.2+Version:          0.0.2.1 License:          BSD3 License-File:     LICENSE Author:           Henning Thielemann <haskell@henning-thielemann.de>@@ -62,16 +62,16 @@ Source-Repository this   type:     darcs   location: http://code.haskell.org/~thielema/cabal-sort/-  tag:      0.0.1.1+  tag:      0.0.2.1   Executable cabal-sort   Build-Depends:-    Cabal >=1.6 && <1.10,+    Cabal >=1.6 && <1.11,     fgl >=5.4.2 && <5.5,-    directory >=1 && <1.1,-    filepath >=1.1 && <1.2,-    containers >=0.2 && <0.4,+    directory >=1 && <1.2,+    filepath >=1.1 && <1.3,+    containers >=0.2 && <0.5,     explicit-exception >=0.1.4 && <0.2,     transformers >=0.2 && <0.3,     base >=2 && <5@@ -82,9 +82,9 @@  Executable ghc-pkg-dep   Build-Depends:-    Cabal >=1.6 && <1.10,+    Cabal >=1.6 && <1.11,     process >=1.0 && <1.1,-    containers >=0.2 && <0.4,+    containers >=0.2 && <0.5,     explicit-exception >=0.1.4 && <0.2,     transformers >=0.2 && <0.3,     bytestring >=0.9.1 && <0.10,