monadic-arrays 0.2.1 → 0.2.1.2
raw patch · 2 files changed
+6/−3 lines, 2 filesdep ~stmPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: stm
API changes (from Hackage documentation)
Files
- .travis.yml +1/−0
- monadic-arrays.cabal +5/−3
+ .travis.yml view
@@ -0,0 +1,1 @@+language: haskell
monadic-arrays.cabal view
@@ -1,6 +1,6 @@ name: monadic-arrays category: Data Structures-version: 0.2.1+version: 0.2.1.2 license: BSD3 cabal-version: >= 1.6 license-file: LICENSE@@ -8,10 +8,12 @@ maintainer: Edward A. Kmett <ekmett@gmail.com> stability: provisional homepage: http://github.com/ekmett/monadic-arrays/-copyright: Copyright (C) 2011 Edward A. Kmett+bug-reports: http://github.com/ekmett/monadic-arrays/issues+copyright: Copyright (C) 2011-2012 Edward A. Kmett synopsis: Boxed and unboxed arrays for monad transformers description: Boxed and unboxed arrays for monad transformers build-type: Simple+extra-source-files: .travis.yml source-repository head type: git@@ -22,7 +24,7 @@ base >= 4 && < 5, array >= 0.3.0.2 && < 0.5, transformers >= 0.2.0 && < 0.4,- stm >= 2.1.2.1 && < 2.4+ stm >= 2.1.2.1 && < 2.6 exposed-modules: Control.Monad.Array.Class