FastPush 0.1.0.2 → 0.1.0.3
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~STMonadTransPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: STMonadTrans
API changes (from Hackage documentation)
Files
- FastPush.cabal +2/−2
FastPush.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: FastPush-version: 0.1.0.2+version: 0.1.0.3 synopsis: A monad and monad transformer for pushing things onto a stack very fast. description: This library gives you a monad that lets you push things onto a stack very quickly. You get things off the stack when you run the monad. Under the hood, this uses mutable@@ -22,7 +22,7 @@ exposed-modules: Control.Monad.Push.Example, Control.Monad.Push, Control.Monad.Push.Class, Control.Monad.Trans.Push -- other-modules: other-extensions: FlexibleContexts, ScopedTypeVariables, TypeApplications, RankNTypes, MultiParamTypeClasses, GeneralizedNewtypeDeriving, DeriveFunctor, FlexibleInstances, StandaloneDeriving, UnboxedTuples- build-depends: base >=4.9 && <4.10, vector >=0.11 && <0.13, STMonadTrans >=0.3 && <0.4+ build-depends: base >=4.9 && <4.10, vector >=0.11 && <0.13, STMonadTrans >=0.3 && <0.5 hs-source-dirs: src default-language: Haskell2010 ghc-options: -O2 -W