Skip to content

Commit

Permalink
Update from Hackage at 2020-04-02T18:04:38Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Apr 2, 2020
1 parent d6bc267 commit ad4a70d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: language-haskell-extract
version: 0.2.0
x-revision: 1
cabal-version: >=1.6
build-type: Simple
license: BSD3
Expand Down Expand Up @@ -52,7 +53,7 @@ author: Oscar Finnsson & Emil Nordling
library
hs-source-dirs: src
exposed-modules: Language.Haskell.Extract
build-depends: base >= 4 && < 5, haskell98, regex-posix, haskell-src-exts, template-haskell
build-depends: base >= 4 && < 5, haskell98 <2, regex-posix, haskell-src-exts <1.16 , template-haskell

source-repository head
type: git
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: language-haskell-extract
version: 0.2.1
x-revision: 1
cabal-version: >=1.6
build-type: Simple
license: BSD3
Expand Down Expand Up @@ -52,7 +53,7 @@ author: Oscar Finnsson & Emil Nordling
library
hs-source-dirs: src
exposed-modules: Language.Haskell.Extract
build-depends: base >= 4 && < 5, regex-posix, haskell-src-exts, template-haskell
build-depends: base >= 4 && < 4.8, regex-posix, haskell-src-exts <1.16, template-haskell

source-repository head
type: git
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: language-haskell-extract
version: 0.2.2
x-revision: 1
cabal-version: >=1.6
build-type: Simple
license: BSD3
Expand Down Expand Up @@ -52,7 +53,7 @@ author: Oscar Finnsson & Emil Nordling
library
hs-source-dirs: src
exposed-modules: Language.Haskell.Extract
build-depends: base >= 4 && < 5, regex-posix, haskell-src-exts >= 1.8.0, template-haskell
build-depends: base >= 4 && < 4.8, regex-posix, haskell-src-exts >= 1.8.0 && <1.16, template-haskell

source-repository head
type: git
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: language-haskell-extract
version: 0.2.3
x-revision: 1
cabal-version: >=1.6
build-type: Simple
license: BSD3
Expand Down Expand Up @@ -52,7 +53,7 @@ author: Oscar Finnsson & Emil Nordling
library
hs-source-dirs: src
exposed-modules: Language.Haskell.Extract
build-depends: base >= 4 && < 5, regex-posix, haskell-src-exts >= 1.8.0, template-haskell
build-depends: base >= 4 && < 4.8, regex-posix, haskell-src-exts >= 1.8.0 && <1.16, template-haskell

source-repository head
type: git
Expand Down

0 comments on commit ad4a70d

Please # to comment.