packages feed

Shellac-compatline 0.9.5.2 → 0.9.9

raw patch · 1 files changed

+9/−7 lines, 1 filesdep ~Shellacdep ~basePVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: Shellac, base

API changes (from Hackage documentation)

- System.Console.Shell.Backend.Compatline: instance Show CompatlineConfig
+ System.Console.Shell.Backend.Compatline: instance GHC.Show.Show System.Console.Shell.Backend.Compatline.CompatlineConfig

Files

Shellac-compatline.cabal view
@@ -1,6 +1,6 @@ Name:           Shellac-compatline-Version:        0.9.5.2-Cabal-version:  >= 1.2.2+Version:        0.9.9+Cabal-version:  >= 1.22 Build-Type:     Simple Author:         Robert Dockins License:        BSD3@@ -18,18 +18,18 @@  Flag UseEditline   Description: Use the Shellac-editline pacakge-  Default: True+  Default: False  Flag UseReadline   Description: Use the Shellac-readline package-  Default: False+  Default: True  Library   Hs-Source-Dirs:     src   Build-Depends:-     base >= 1.0 && < 5,-     Shellac >= 0.9+     base == 4.*,+     Shellac   if(flag(UseEditline))     Build-Depends: Shellac-editline     CPP-Options: -DUSE_EDITLINE@@ -40,4 +40,6 @@     Build-Depends: DependencyResolutionFailure > 999   Exposed-modules:      System.Console.Shell.Backend.Compatline-  Extensions: CPP++  Default-Language: Haskell2010+  Default-Extensions: CPP