Shellac-editline 0.9.5.2 → 0.9.9
raw patch · 1 files changed
+9/−7 lines, 1 filesdep ~Shellacdep ~base
Dependency ranges changed: Shellac, base
Files
- Shellac-editline.cabal +9/−7
Shellac-editline.cabal view
@@ -1,6 +1,6 @@ Name: Shellac-editline-Version: 0.9.5.2-Cabal-version: >= 1.2+Version: 0.9.9+Cabal-version: >= 1.22 Build-type: Simple Author: Robert Dockins License: BSD3@@ -19,10 +19,12 @@ editing capabilities provided by editline. Library- Hs-Source-Dirs: src+ Hs-Source-Dirs:+ src Build-Depends:- base >= 1.0 && < 5,- editline >= 0.2.1,- Shellac >= 0.9+ base == 4.*,+ editline >= 0.2.1,+ Shellac Exposed-modules:- System.Console.Shell.Backend.Editline+ System.Console.Shell.Backend.Editline+ Default-Language: Haskell2010