packages feed

hyper 0.1.0.2 → 0.1.0.3

raw patch · 2 files changed

+5/−4 lines, 2 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

hyper.cabal view
@@ -1,16 +1,17 @@ Name:               hyper-Version:            0.1.0.2+Version:            0.1.0.3 Synopsis:           Display class for the HyperHaskell graphical Haskell interpreter Description:   This package is part of the /HyperHaskell/ project and provides   the @Display@ class for visualizing and pretty printing Haskell values.   . Category:           Graphics, Pretty Printer+Homepage:           https://github.com/HeinrichApfelmus/hyper-haskell License:            BSD3 License-file:       LICENSE Author:             Heinrich Apfelmus Maintainer:         Heinrich Apfelmus <apfelmus quantentunnel de>-Copyright:          (c) Heinrich Apfelmus 2016-2017+Copyright:          (c) Heinrich Apfelmus 2016-2018  Cabal-version:      >= 1.8 Build-type:         Simple@@ -22,7 +23,7 @@  Library     hs-source-dirs:     src-    build-depends:      base         >= 4.6   && < 4.11+    build-depends:      base         >= 4.6   && < 4.13                         , deepseq    >= 1.2   && < 1.5                         , blaze-html >= 0.7   && < 0.10                         , text       >= 0.11  && < 1.3
src/Hyper/Internal.hs view
@@ -1,4 +1,4 @@-{-# LANGUAGE FlexibleInstances, OverlappingInstances, UndecidableInstances #-}+{-# LANGUAGE FlexibleInstances, UndecidableInstances #-} {-# LANGUAGE DeriveDataTypeable #-} module Hyper.Internal (     -- * Synopsis