packages feed

web-output 0.3.0.0 → 0.3.0.1

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~base

Dependency ranges changed: base

Files

web-output.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                web-output-version:             0.3.0.0+version:             0.3.0.1 synopsis:            Library to present content to an user via their browser description:         Library to present content to an user via their browser homepage:            https://github.com/danse/web-output@@ -20,7 +20,7 @@   exposed-modules:     WebOutput   -- other-modules:          -- other-extensions:    -  build-depends:       base >=4.8 && <4.9,+  build-depends:       base >=4.9 && <4.10,                        temporary,                        open-browser,                        directory,