Skip to content

Commit

Permalink
Update from Hackage at 2017-03-27T11:16:19Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Mar 27, 2017
1 parent d7c2452 commit 976e352
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 54 deletions.
55 changes: 28 additions & 27 deletions mmorph/1.0.6/mmorph.cabal
Original file line number Diff line number Diff line change
@@ -1,27 +1,28 @@
Name: mmorph
Version: 1.0.6
Cabal-Version: >= 1.8.0.2
Build-Type: Simple
License: BSD3
License-File: LICENSE
Copyright: 2013 Gabriel Gonzalez
Author: Gabriel Gonzalez
Maintainer: Gabriel439@gmail.com
Bug-Reports: https://github.com/Gabriel439/Haskell-MMorph-Library/issues
Synopsis: Monad morphisms
Description: This library provides monad morphism utilities, most commonly used
for manipulating monad transformer stacks.
Category: Control
Source-Repository head
Type: git
Location: https://github.com/Gabriel439/Haskell-MMorph-Library

Library
Hs-Source-Dirs: src
Build-Depends:
base >= 4 && < 5 ,
mtl >= 2.0.1 && < 2.3,
transformers >= 0.2.0.0 && < 0.6,
transformers-compat >= 0.3 && < 0.6
Exposed-Modules: Control.Monad.Morph, Control.Monad.Trans.Compose
GHC-Options: -O2
Name: mmorph
Version: 1.0.6
x-revision: 1
Cabal-Version: >= 1.8.0.2
Build-Type: Simple
License: BSD3
License-File: LICENSE
Copyright: 2013 Gabriel Gonzalez
Author: Gabriel Gonzalez
Maintainer: Gabriel439@gmail.com
Bug-Reports: https://github.com/Gabriel439/Haskell-MMorph-Library/issues
Synopsis: Monad morphisms
Description: This library provides monad morphism utilities, most commonly used
for manipulating monad transformer stacks.
Category: Control
Source-Repository head
Type: git
Location: https://github.com/Gabriel439/Haskell-MMorph-Library

Library
Hs-Source-Dirs: src
Build-Depends:
base >= 4 && < 5 ,
mtl >= 2.1 && < 2.3,
transformers >= 0.2.0.0 && < 0.6,
transformers-compat >= 0.3 && < 0.6
Exposed-Modules: Control.Monad.Morph, Control.Monad.Trans.Compose
GHC-Options: -O2
55 changes: 28 additions & 27 deletions mmorph/1.0.9/mmorph.cabal
Original file line number Diff line number Diff line change
@@ -1,27 +1,28 @@
Name: mmorph
Version: 1.0.9
Cabal-Version: >= 1.8.0.2
Build-Type: Simple
License: BSD3
License-File: LICENSE
Copyright: 2013 Gabriel Gonzalez
Author: Gabriel Gonzalez
Maintainer: Gabriel439@gmail.com
Bug-Reports: https://github.com/Gabriel439/Haskell-MMorph-Library/issues
Synopsis: Monad morphisms
Description: This library provides monad morphism utilities, most commonly used
for manipulating monad transformer stacks.
Category: Control
Source-Repository head
Type: git
Location: https://github.com/Gabriel439/Haskell-MMorph-Library

Library
Hs-Source-Dirs: src
Build-Depends:
base >= 4 && < 5 ,
mtl >= 2.0.1 && < 2.3,
transformers >= 0.2.0.0 && < 0.6,
transformers-compat >= 0.3 && < 0.6
Exposed-Modules: Control.Monad.Morph, Control.Monad.Trans.Compose
GHC-Options: -O2
Name: mmorph
Version: 1.0.9
x-revision: 1
Cabal-Version: >= 1.8.0.2
Build-Type: Simple
License: BSD3
License-File: LICENSE
Copyright: 2013 Gabriel Gonzalez
Author: Gabriel Gonzalez
Maintainer: Gabriel439@gmail.com
Bug-Reports: https://github.com/Gabriel439/Haskell-MMorph-Library/issues
Synopsis: Monad morphisms
Description: This library provides monad morphism utilities, most commonly used
for manipulating monad transformer stacks.
Category: Control
Source-Repository head
Type: git
Location: https://github.com/Gabriel439/Haskell-MMorph-Library

Library
Hs-Source-Dirs: src
Build-Depends:
base >= 4 && < 5 ,
mtl >= 2.1 && < 2.3,
transformers >= 0.2.0.0 && < 0.6,
transformers-compat >= 0.3 && < 0.6
Exposed-Modules: Control.Monad.Morph, Control.Monad.Trans.Compose
GHC-Options: -O2

0 comments on commit 976e352

Please sign in to comment.