heredocs 0.1.6 → 0.2.0.0
raw patch · 1 files changed
+5/−5 lines, 1 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- heredocs.cabal +5/−5
heredocs.cabal view
@@ -2,9 +2,9 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: heredocs-version: 0.1.6-synopsis: heredocument-description: heredocument on Template Haskell+version: 0.2.0.0+synopsis: Heredocument on Haskell+description: A heredocument library supports shakespeare-like syntax. homepage: http://github.com/cutsea110/heredoc.git license: BSD3 license-file: LICENSE@@ -23,7 +23,7 @@ other-extensions: TemplateHaskell QuasiQuotes- build-depends: base >=4.8 && <5+ build-depends: base >=4.12 && <4.14 , bytestring >= 0.10.6.0 , doctest >= 0.11.0 , parsec >=3.1.9@@ -36,7 +36,7 @@ type: exitcode-stdio-1.0 ghc-options: -threaded main-is: doctests.hs- build-depends: base >=4.8 && <5+ build-depends: base >=4.12 && <4.14 , bytestring >= 0.10.6.0 , doctest >= 0.11.0 , heredocs