hoogle 4.2.40 → 4.2.41
raw patch · 2 files changed
+4/−2 lines, 2 filesdep ~warpPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: warp
API changes (from Hackage documentation)
Files
- CHANGES.txt +2/−0
- hoogle.cabal +2/−2
CHANGES.txt view
@@ -1,5 +1,7 @@ Changelog for Hoogle +4.2.41+ #115, require warp-2.1 or above 4.2.40 #107, fix the keywords URL moving 4.2.39
hoogle.cabal view
@@ -1,7 +1,7 @@ cabal-version: >= 1.10 build-type: Simple name: hoogle-version: 4.2.40+version: 4.2.41 license: BSD3 license-file: docs/LICENSE category: Development@@ -149,7 +149,7 @@ resourcet, parsec >= 2.1, wai >= 1.1,- warp >= 1.1,+ warp >= 2.1, Cabal >= 1.8, shake >= 0.14, QuickCheck,