cabal-sort 0.0.3 → 0.0.3.1
raw patch · 1 files changed
+6/−6 lines, 1 filesdep ~Cabaldep ~filepathdep ~process
Dependency ranges changed: Cabal, filepath, process
Files
- cabal-sort.cabal +6/−6
cabal-sort.cabal view
@@ -1,5 +1,5 @@ Name: cabal-sort-Version: 0.0.3+Version: 0.0.3.1 License: BSD3 License-File: LICENSE Author: Henning Thielemann <haskell@henning-thielemann.de>@@ -62,15 +62,15 @@ Source-Repository this type: darcs location: http://code.haskell.org/~thielema/cabal-sort/- tag: 0.0.3+ tag: 0.0.3.1 Executable cabal-sort Build-Depends:- Cabal >=1.6 && <1.11,+ Cabal >=1.6 && <1.15, fgl >=5.4.2 && <5.5, directory >=1 && <1.2,- filepath >=1.1 && <1.3,+ filepath >=1.1 && <1.4, containers >=0.2 && <0.5, explicit-exception >=0.1.4 && <0.2, transformers >=0.2 && <0.3,@@ -82,8 +82,8 @@ Executable ghc-pkg-dep Build-Depends:- Cabal >=1.6 && <1.11,- process >=1.0 && <1.1,+ Cabal >=1.6 && <1.15,+ process >=1.0 && <1.2, containers >=0.2 && <0.5, explicit-exception >=0.1.6 && <0.2, utility-ht >=0.0.5 && <0.1,