ListLike 4.5 → 4.5.1
raw patch · 2 files changed
+8/−3 lines, 2 filesdep ~basedep ~vectorPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, vector
API changes (from Hackage documentation)
Files
- ListLike.cabal +2/−2
- testsrc/runtests.hs +6/−1
ListLike.cabal view
@@ -1,5 +1,5 @@ Name: ListLike-Version: 4.5+Version: 4.5.1 License: BSD3 Maintainer: John Lato <jwlato@gmail.com> Author: John Goerzen@@ -54,7 +54,7 @@ ,bytestring >= 0.9.1 && < 0.11 ,array >= 0.3 && < 0.6 ,text >= 0.11 && < 1.3- ,vector >= 0.5 && < 0.12+ ,vector >= 0.5 && < 0.13 ,dlist >= 0.7 && < 0.9 ,fmlist >= 0.8 && < 0.10 ,utf8-string
testsrc/runtests.hs view
@@ -1,4 +1,5 @@-{-# LANGUAGE ScopedTypeVariables+{-# LANGUAGE CPP+ ,ScopedTypeVariables ,RankNTypes ,ExistentialQuantification ,MultiParamTypeClasses@@ -6,6 +7,10 @@ ,FlexibleInstances ,UndecidableInstances ,FlexibleContexts #-}++#if __GLASGOW_HASKELL__ >= 708+{-# LANGUAGE AllowAmbiguousTypes #-}+#endif {- Copyright (C) 2007 John Goerzen <jgoerzen@complete.org>