packages feed

ihaskell-aeson 0.3.0.0 → 0.3.0.1

raw patch · 3 files changed

+6/−10 lines, 3 filesdep ~basesetup-changednew-uploader

Dependency ranges changed: base

Files

IHaskell/Display/Aeson.hs view
@@ -1,4 +1,4 @@-{-# LANGUAGE TypeSynonymInstances, QuasiQuotes #-}+{-# LANGUAGE TypeSynonymInstances #-}  module IHaskell.Display.Aeson () where @@ -13,7 +13,6 @@ import           IHaskell.Display  instance IHaskellDisplay Value where-  display renderable = return $ Display [plain json, html dom]+  display renderable = return $ Display [plain json]     where       json = T.unpack $ E.decodeUtf8 $ LBS.toStrict $ encodePretty renderable-      dom = [i|<div class="highlight-code" id="javascript">${json}</div>|]
Setup.hs view
@@ -1,2 +1,3 @@-import Distribution.Simple+import           Distribution.Simple+ main = defaultMain
ihaskell-aeson.cabal view
@@ -7,7 +7,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 Aeson@@ -51,13 +51,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,                        here,                        text,                        bytestring,