zifter-hlint 0.0.0.0 → 0.0.0.1
raw patch · 1 files changed
+7/−6 lines, 1 filesdep ~hlintdep ~pathdep ~path-ioPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hlint, path, path-io
API changes (from Hackage documentation)
Files
- zifter-hlint.cabal +7/−6
zifter-hlint.cabal view
@@ -1,7 +1,5 @@ name: zifter-hlint-synopsis: zifter-hlint-description: zifter-hlint-version: 0.0.0.0+version: 0.0.0.1 cabal-version: >=1.10 build-type: Simple license: MIT@@ -9,6 +7,9 @@ copyright: Copyright: (c) 2017 Tom Sydney Kerckhove maintainer: syd.kerckhove@gmail.com homepage: http://cs-syd.eu+synopsis: zifter-hlint+description:+ zifter-hlint category: Zift author: Tom Sydney Kerckhove @@ -18,9 +19,9 @@ build-depends: base >=4.9 && <=5, filepath >=1.4 && <1.5,- hlint >=1.9.39 && <1.10,- path >=0.5 && <0.6,- path-io >=1.2 && <1.3,+ hlint >=1.9.35 && <2.1,+ path -any,+ path-io -any, safe >=0.3 && <0.4, zifter >=0.0 && <0.1 default-language: Haskell2010