ncurses 0.1 → 0.1.0.1
raw patch · 1 files changed
+5/−5 lines, 1 filesdep ~textPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: text
API changes (from Hackage documentation)
Files
- ncurses.cabal +5/−5
ncurses.cabal view
@@ -1,5 +1,5 @@ name: ncurses-version: 0.1+version: 0.1.0.1 synopsis: Modernised bindings to GNU ncurses license: GPL-3 license-file: license.txt@@ -11,12 +11,12 @@ category: User Interfaces, Foreign stability: experimental bug-reports: mailto:jmillikin@gmail.com-homepage: http://ianen.org/haskell/bindings/ncurses/+homepage: http://john-millikin.com/software/bindings/ncurses/ tested-with: GHC==6.12.1 source-repository head- type: darcs- location: http://ianen.org/haskell/bindings/ncurses/+ type: bazaar+ location: http://john-millikin.com/software/bindings/ncurses/ library ghc-options: -Wall -fno-warn-unused-do-bind@@ -24,7 +24,7 @@ build-depends: base >= 4 && < 5 , containers >= 0.2 && < 0.4- , text >= 0.7 && < 0.9+ , text >= 0.7 && < 0.11 , transformers >= 0.2 && < 0.3 build-tools: