packages feed

cabal-sort 0.0.5.4 → 0.0.5.5

raw patch · 1 files changed

+17/−14 lines, 1 filesdep ~bytestringdep ~containersdep ~directory

Dependency ranges changed: bytestring, containers, directory, explicit-exception, fgl, process, transformers

Files

cabal-sort.cabal view
@@ -1,6 +1,7 @@+Cabal-Version:    2.2 Name:             cabal-sort-Version:          0.0.5.4-License:          BSD3+Version:          0.0.5.5+License:          BSD-3-Clause License-File:     LICENSE Author:           Henning Thielemann <haskell@henning-thielemann.de> Maintainer:       Henning Thielemann <haskell@henning-thielemann.de>@@ -80,7 +81,7 @@   .   Related packages: @rpmbuild-order@ Tested-With:       GHC==6.10.4, GHC==6.12.3-Cabal-Version:     >=1.6+Tested-With:       GHC==8.0.2 Build-Type:        Simple Source-Repository head   type:     darcs@@ -89,35 +90,37 @@ Source-Repository this   type:     darcs   location: http://code.haskell.org/~thielema/cabal-sort/-  tag:      0.0.5.4+  tag:      0.0.5.5   Executable cabal-sort   Build-Depends:     Cabal >=1.6 && <2,-    fgl >=5.4.2 && <5.7,-    directory >=1 && <1.3,+    fgl >=5.4.2 && <5.9,+    directory >=1 && <1.4,     filepath >=1.1 && <1.5,-    containers >=0.2 && <0.6,-    explicit-exception >=0.1.4 && <0.2,-    transformers >=0.2 && <0.6,+    containers >=0.2 && <0.7,+    explicit-exception >=0.1.4 && <0.3,+    transformers >=0.2 && <0.7,     base >=2 && <5    GHC-Options:      -Wall+  Default-Language: Haskell98   Hs-source-dirs:   src   Main-Is:          CabalSort.hs  Executable ghc-pkg-dep   Build-Depends:     Cabal >=1.6 && <2,-    process >=1.0 && <1.5,-    containers >=0.2 && <0.6,-    explicit-exception >=0.1.6 && <0.2,+    process >=1.0 && <1.7,+    containers >=0.2 && <0.7,+    explicit-exception >=0.1.6 && <0.3,     utility-ht >=0.0.5 && <0.1,-    transformers >=0.2 && <0.6,-    bytestring >=0.9.1 && <0.11,+    transformers >=0.2 && <0.7,+    bytestring >=0.9.1 && <0.12,     base >=2 && <5    GHC-Options:      -Wall+  Default-Language: Haskell98   Hs-source-dirs:   src   Main-Is:          GhcPkgDep.hs