packages feed

hcltest 0.3.5 → 0.3.6

raw patch · 1 files changed

+6/−4 lines, 1 filesdep ~textPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: text

API changes (from Hackage documentation)

Files

hcltest.cabal view
@@ -1,5 +1,5 @@ name: hcltest-version: 0.3.5+version: 0.3.6 cabal-version: >=1.10 build-type: Custom license: BSD3@@ -20,16 +20,16 @@     .travis.yml     .vim.custom     README.md- + source-repository head     type: git     location: git://github.com/bennofs/hcltest.git- + library     build-depends:         base >=4.5.1.0 && <4.8,         bytestring >=0.9.2.1 && <0.11,-        text >=0.11.2.3 && <1.2,+        text >=0.11.2.3 && <1.3,         free >=4.5 && <4.10,         process >=1.1.0.1 && <1.3,         filepath >=1.3.0.0 && <1.4,@@ -61,6 +61,7 @@     default-language: Haskell2010     hs-source-dirs: src     ghc-options: -Wall+    other-extensions: TemplateHaskell   test-suite doctests     build-depends:@@ -78,4 +79,5 @@     default-language: Haskell2010     hs-source-dirs: tests     ghc-options: -Wall -threaded+    other-extensions: TemplateHaskell