ranges 0.2.3 → 0.2.4
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~base
Dependency ranges changed: base
Files
- ranges.cabal +2/−2
ranges.cabal view
@@ -1,5 +1,5 @@ Name: ranges -Version: 0.2.3 +Version: 0.2.4 Description: Ranges and some functions allowing things like fast membership lookup on ranges with holes in them and so on. Synopsis: Ranges and various functions on them. @@ -12,6 +12,6 @@ Category: data Library - Build-Depends: base>=2 && <4.4, containers>=0.2 + Build-Depends: base>=2 && <5, containers>=0.2 Exposed-modules: Data.Ranges ghc-options: -O2 -Wall