hyper 0.1.0.0 → 0.1.0.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~blaze-htmlPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: blaze-html
API changes (from Hackage documentation)
Files
- hyper.cabal +2/−2
hyper.cabal view
@@ -1,5 +1,5 @@ Name: hyper-Version: 0.1.0.0+Version: 0.1.0.1 Synopsis: Display class for the HyperHaskell graphical Haskell interpreter Description: This package is part of the /HyperHaskell/ project and provides@@ -24,7 +24,7 @@ hs-source-dirs: src build-depends: base >= 4.6 && < 4.10 , deepseq >= 1.2 && < 1.5- , blaze-html >= 0.7 && < 0.9+ , blaze-html >= 0.7 && < 0.10 , text >= 0.11 && < 1.3 exposed-modules: Hyper , Hyper.Internal