packages feed

Shellac-readline 0.9.5.2 → 0.9.9

raw patch · 1 files changed

+13/−11 lines, 1 filesdep ~Shellacdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: Shellac, base

API changes (from Hackage documentation)

Files

Shellac-readline.cabal view
@@ -1,7 +1,7 @@ Name:           Shellac-readline-Cabal-Version:  >= 1.2-Build-Type:     Simple-Version:        0.9.5.2+Version:        0.9.9+Cabal-Version:  >= 1.22+Build-type:     Simple License:        BSD3 License-File:   LICENSE Author:         Robert Dockins@@ -16,13 +16,15 @@    provided by readline, as well as command completion and command    history features. -Library -  Hs-Source-Dirs: src+Library+  Hs-Source-Dirs:+   src   Build-Depends:-    base >= 1.0 && < 5,-    readline >= 1.0,-    Shellac >= 0.9+   base == 4.*,+   readline >= 1.0,+   Shellac   Exposed-modules:-    System.Console.Shell.Backend.Readline-  Extensions:-    ForeignFunctionInterface+     System.Console.Shell.Backend.Readline+  Default-Extensions:+     ForeignFunctionInterface+  Default-Language: Haskell2010