packages feed

ihaskell-blaze 0.3.0.0 → 0.3.0.1

raw patch · 2 files changed

+4/−7 lines, 2 filesdep ~basesetup-changednew-uploader

Dependency ranges changed: base

Files

Setup.hs view
@@ -1,2 +1,3 @@-import Distribution.Simple+import           Distribution.Simple+ main = defaultMain
ihaskell-blaze.cabal view
@@ -10,7 +10,7 @@ -- PVP summary:      +-+------- breaking API changes --                   | | +----- non-breaking API additions --                   | | | +--- code changes with no API change-version:             0.3.0.0+version:             0.3.0.1  -- A short (one-line) description of the package. synopsis:            IHaskell display instances for blaze-html types@@ -55,13 +55,9 @@      -- Modules included in this library but not exported.   -- other-modules:       -  -  -- Language extensions.-  default-extensions: DoAndIfThenElse-              OverloadedStrings                 -- Other library packages from which modules are imported.-  build-depends:       base >=4.6 && <4.9,+  build-depends:       base >=4.6 && <5,                        blaze-html >= 0.6,                        blaze-markup >= 0.5,                        ihaskell >= 0.5