Cabal revisions of monadIO-0.10.1.4
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: monadIO-version: 0.10.1.4-synopsis: Overloading of concurrency variables-description: MonadIO provides for many IO operations to be- overloaded over other IO-like monads.-category: Concurrency-license: BSD3-license-file: LICENSE-author: John Launchbury-maintainer: John Launchbury-Copyright: (c) 2008-2010, Galois, Inc.-cabal-version: >= 1.2.0-build-type: Simple---Library- Build-Depends: base >= 4.2.0.0 && < 5.0,- stm >= 2.2.0.0,- mtl >= 2.0.1.0- Exposed-modules: Control.Concurrent.MonadIO- Control.Concurrent.STM.MonadIO- Control.Concurrent.StdInOut- Data.IORef.MonadIO- Hs-Source-Dirs: src- Ghc-Options: -Wall+name: monadIO +version: 0.10.1.4 +x-revision: 1 +synopsis: Overloading of concurrency variables +description: MonadIO provides for many IO operations to be + overloaded over other IO-like monads. +category: Concurrency +license: BSD3 +license-file: LICENSE +author: John Launchbury +maintainer: John Launchbury +Copyright: (c) 2008-2010, Galois, Inc. +cabal-version: >= 1.2.0 +build-type: Simple + + +Library + Build-Depends: base >= 4.2.0.0 && < 4.11, + stm >= 2.2.0.0, + mtl >= 2.0.1.0 + Exposed-modules: Control.Concurrent.MonadIO + Control.Concurrent.STM.MonadIO + Control.Concurrent.StdInOut + Data.IORef.MonadIO + Hs-Source-Dirs: src + Ghc-Options: -Wall
revision 2
name: monadIO version: 0.10.1.4 -x-revision: 1 +x-revision: 2 synopsis: Overloading of concurrency variables description: MonadIO provides for many IO operations to be overloaded over other IO-like monads. Library Build-Depends: base >= 4.2.0.0 && < 4.11, - stm >= 2.2.0.0, - mtl >= 2.0.1.0 + stm >= 2.2.0.0 && < 2.5, + mtl >= 2.0.1.0 && < 2.3 Exposed-modules: Control.Concurrent.MonadIO Control.Concurrent.STM.MonadIO Control.Concurrent.StdInOut