indexed 0.1.1 → 0.1.2
raw patch · 1 files changed
+5/−2 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- indexed.cabal +5/−2
indexed.cabal view
@@ -1,5 +1,5 @@ Name: indexed-Version: 0.1.1+Version: 0.1.2 Synopsis: Haskell98 indexed functors, monads, comonads Description: Haskell98 indexed functors, monads, comonads License: BSD3@@ -13,7 +13,7 @@ Copyright (C) 2007 Iavor Diatchki Category: Control Build-type: Simple-Cabal-version: >=1.6+Cabal-version: >=1.10 homepage: https://github.com/reinerp/indexed bug-reports: https://github.com/reinerp/indexed/issues @@ -28,6 +28,9 @@ Control.Monad.Indexed.Fix, Control.Monad.Indexed.Trans Control.Comonad.Indexed+ default-language: Haskell98+ if impl(ghc >= 7.5)+ default-extensions: PolyKinds Build-depends: base < 5 ghc-options: