Skip to content

Commit

Permalink
Update from Hackage at 2018-09-30T00:13:15Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Sep 30, 2018
1 parent 6ac4055 commit 026b0e1
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 11 deletions.
3 changes: 2 additions & 1 deletion fgl/5.5.1.0/fgl.cabal
@@ -1,5 +1,6 @@
name: fgl
version: 5.5.1.0
x-revision: 1
license: BSD3
license-file: LICENSE
author: Martin Erwig, Ivan Lazar Miljenovic
Expand Down Expand Up @@ -54,5 +55,5 @@ library {
other-modules:
Paths_fgl

build-depends: base < 5, mtl, containers, array
build-depends: base < 4.12, mtl, containers, array
}
4 changes: 2 additions & 2 deletions fgl/5.5.2.0/fgl.cabal
@@ -1,6 +1,6 @@
name: fgl
version: 5.5.2.0
x-revision: 1
x-revision: 2
license: BSD3
license-file: LICENSE
author: Martin Erwig, Ivan Lazar Miljenovic
Expand Down Expand Up @@ -57,7 +57,7 @@ library {
other-modules:
Paths_fgl

build-depends: base < 5
build-depends: base <4.12
, transformers
, containers >= 0.4.2
, array
Expand Down
3 changes: 2 additions & 1 deletion fgl/5.5.2.1/fgl.cabal
@@ -1,5 +1,6 @@
name: fgl
version: 5.5.2.1
x-revision: 1
license: BSD3
license-file: LICENSE
author: Martin Erwig, Ivan Lazar Miljenovic
Expand Down Expand Up @@ -56,7 +57,7 @@ library {
other-modules:
Paths_fgl

build-depends: base < 5
build-depends: base < 4.12
, transformers
, containers
, array
Expand Down
3 changes: 2 additions & 1 deletion fgl/5.5.2.2/fgl.cabal
@@ -1,5 +1,6 @@
name: fgl
version: 5.5.2.2
x-revision: 1
license: BSD3
license-file: LICENSE
author: Martin Erwig, Ivan Lazar Miljenovic
Expand Down Expand Up @@ -64,7 +65,7 @@ library {
other-modules:
Paths_fgl

build-depends: base < 5
build-depends: base < 4.12
, transformers
, array

Expand Down
3 changes: 2 additions & 1 deletion fgl/5.5.2.3/fgl.cabal
@@ -1,5 +1,6 @@
name: fgl
version: 5.5.2.3
x-revision: 1
license: BSD3
license-file: LICENSE
author: Martin Erwig, Ivan Lazar Miljenovic
Expand Down Expand Up @@ -64,7 +65,7 @@ library {
other-modules:
Paths_fgl

build-depends: base < 5
build-depends: base < 4.12
, transformers
, array

Expand Down
3 changes: 2 additions & 1 deletion fgl/5.5.3.0/fgl.cabal
@@ -1,5 +1,6 @@
name: fgl
version: 5.5.3.0
x-revision: 1
license: BSD3
license-file: LICENSE
author: Martin Erwig, Ivan Lazar Miljenovic
Expand Down Expand Up @@ -65,7 +66,7 @@ library {
other-modules:
Paths_fgl

build-depends: base < 5
build-depends: base < 4.12
, transformers
, array

Expand Down
4 changes: 2 additions & 2 deletions fgl/5.5.3.1/fgl.cabal
@@ -1,6 +1,6 @@
name: fgl
version: 5.5.3.1
x-revision: 1
x-revision: 2
license: BSD3
license-file: LICENSE
author: Martin Erwig, Ivan Lazar Miljenovic
Expand Down Expand Up @@ -66,7 +66,7 @@ library {
other-modules:
Paths_fgl

build-depends: base < 5
build-depends: base < 4.12
, transformers
, array

Expand Down
3 changes: 2 additions & 1 deletion fgl/5.5.4.0/fgl.cabal
@@ -1,5 +1,6 @@
name: fgl
version: 5.5.4.0
x-revision: 1
license: BSD3
license-file: LICENSE
author: Martin Erwig, Ivan Lazar Miljenovic
Expand Down Expand Up @@ -65,7 +66,7 @@ library {
other-modules:
Paths_fgl

build-depends: base < 5
build-depends: base < 4.12
, transformers
, array

Expand Down
3 changes: 2 additions & 1 deletion fgl/5.6.0.0/fgl.cabal
@@ -1,5 +1,6 @@
name: fgl
version: 5.6.0.0
x-revision: 1
license: BSD3
license-file: LICENSE
author: Martin Erwig, Ivan Lazar Miljenovic
Expand Down Expand Up @@ -65,7 +66,7 @@ library {
other-modules:
Paths_fgl

build-depends: base < 5
build-depends: base < 4.12
, transformers
, array

Expand Down

0 comments on commit 026b0e1

Please sign in to comment.