packages feed

heredocs 0.1.3.1 → 0.1.3.2

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~base

Dependency ranges changed: base

Files

heredocs.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                heredocs-version:             0.1.3.1+version:             0.1.3.2 synopsis:            heredocument description:         heredocument homepage:            http://github.com/cutsea110/heredoc.git@@ -23,7 +23,7 @@   other-extensions:                          TemplateHaskell                      QuasiQuotes-  build-depends:       base >=4.8 && <4.9+  build-depends:       base >=4.8 && <5                      , 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 && <4.9+  build-depends:     base >=4.8 && <5                    , bytestring >= 0.10.6.0                    , doctest >= 0.11.0                    , heredocs