Skip to content

Commit

Permalink
Update from Hackage at 2016-05-20T11:19:46+0000
Browse files Browse the repository at this point in the history
  • Loading branch information
Commercial Haskell all-cabal-hashes Travis job committed May 20, 2016
1 parent 14779bd commit a7fe14b
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions ghc-mtl/1.0.0.0/ghc-mtl.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ghc-mtl
version: 1.0.0.0
x-revision: 1
x-revision: 2
description: Provides an 'mtl' compatible version of the 'GhcT'
monad-transformer defined in the 'GHC-API' since version
6.10.1.
Expand All @@ -20,7 +20,7 @@ tested-with: GHC==6.10
Library
build-depends: base >= 4 && < 4.4,
ghc >= 6.10 && < 7.2,
mtl,
mtl >= 2,
MonadCatchIO-mtl
exposed-modules: Control.Monad.Ghc
extensions: GeneralizedNewtypeDeriving
Expand Down
4 changes: 2 additions & 2 deletions ghc-mtl/1.0.1.0/ghc-mtl.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ghc-mtl
version: 1.0.1.0
x-revision: 1
x-revision: 2
description: Provides an 'mtl' compatible version of the 'GhcT'
monad-transformer defined in the 'GHC-API' since version
6.10.1.
Expand All @@ -20,7 +20,7 @@ tested-with: GHC==6.10
Library
build-depends: base >= 4 && < 4.4,
ghc >= 6.10 && < 7.2,
mtl,
mtl >= 2,
MonadCatchIO-mtl >= 0.2.0.0
exposed-modules: Control.Monad.Ghc
extensions: GeneralizedNewtypeDeriving
Expand Down
4 changes: 2 additions & 2 deletions mueval/0.8.2/mueval.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: mueval
version: 0.8.2
x-revision: 2
x-revision: 3

license: BSD3
license-file: LICENSE
Expand Down Expand Up @@ -33,7 +33,7 @@ library
exposed-modules: Mueval.Parallel, Mueval.Context, Mueval.Interpreter,
Mueval.ArgsParse, Mueval.Resources
build-depends: base>=4 && < 4.8, containers, directory, mtl>2, filepath, unix, process,
hint>=0.3.1, show>=0.3, utf8-string < 1, Cabal, extensible-exceptions
hint>=0.3.1 && < 0.5, show>=0.3, utf8-string < 1, Cabal, extensible-exceptions
ghc-options: -Wall -static -O2

executable mueval-core
Expand Down
4 changes: 2 additions & 2 deletions mueval/0.9.1.1/mueval.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: mueval
version: 0.9.1.1
x-revision: 2
x-revision: 3

license: BSD3
license-file: LICENSE
Expand Down Expand Up @@ -33,7 +33,7 @@ library
exposed-modules: Mueval.Parallel, Mueval.Context, Mueval.Interpreter,
Mueval.ArgsParse, Mueval.Resources
build-depends: base>=4 && < 4.8, containers, directory, mtl>2, filepath, unix, process,
hint>=0.3.1, show>=0.3, utf8-string < 1, Cabal, extensible-exceptions, simple-reflect
hint>=0.3.1 && < 0.5, show>=0.3, utf8-string < 1, Cabal, extensible-exceptions, simple-reflect
ghc-options: -Wall -static

executable mueval-core
Expand Down
4 changes: 2 additions & 2 deletions mueval/0.9.1/mueval.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: mueval
version: 0.9.1
x-revision: 2
x-revision: 3

license: BSD3
license-file: LICENSE
Expand Down Expand Up @@ -33,7 +33,7 @@ library
exposed-modules: Mueval.Parallel, Mueval.Context, Mueval.Interpreter,
Mueval.ArgsParse, Mueval.Resources
build-depends: base>=4 && < 4.8, containers, directory, mtl>2, filepath, unix, process,
hint>=0.3.1, show>=0.3, utf8-string < 1, Cabal, extensible-exceptions, simple-reflect
hint>=0.3.1 && < 0.5, show>=0.3, utf8-string < 1, Cabal, extensible-exceptions, simple-reflect
ghc-options: -Wall -static -O2

executable mueval-core
Expand Down
4 changes: 2 additions & 2 deletions mueval/0.9/mueval.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: mueval
version: 0.9
x-revision: 2
x-revision: 3

license: BSD3
license-file: LICENSE
Expand Down Expand Up @@ -33,7 +33,7 @@ library
exposed-modules: Mueval.Parallel, Mueval.Context, Mueval.Interpreter,
Mueval.ArgsParse, Mueval.Resources
build-depends: base>=4 && < 4.8, containers, directory, mtl>2, filepath, unix, process,
hint>=0.3.1, show>=0.3, utf8-string < 1, Cabal, extensible-exceptions, simple-reflect
hint>=0.3.1 && < 0.5, show>=0.3, utf8-string < 1, Cabal, extensible-exceptions, simple-reflect
ghc-options: -Wall -static -O2

executable mueval-core
Expand Down

0 comments on commit a7fe14b

Please sign in to comment.