ihaskell-blaze 0.1.0.0 → 0.2.0.0
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~basedep ~ihaskell
Dependency ranges changed: base, ihaskell
Files
- ihaskell-blaze.cabal +3/−3
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.1.0.0+version: 0.2.0.0 -- A short (one-line) description of the package. synopsis: IHaskell display instances for blaze-html types@@ -61,11 +61,11 @@ OverloadedStrings -- Other library packages from which modules are imported.- build-depends: base ==4.6.*,+ build-depends: base ==4.6.* || ==4.7.*, classy-prelude >=0.6, blaze-html >= 0.6, blaze-markup >= 0.5,- ihaskell >= 0.3+ ihaskell >= 0.5 -- Directories containing source files. -- hs-source-dirs: