Skip to content

Commit

Permalink
Merge branch 'master' into GHC8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasDuregard authored Oct 23, 2018
2 parents 45d5c72 + 21d190e commit 9c030d5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions haskell-src-meta.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: haskell-src-meta
version: 0.8.0.4
version: 0.8.0.5
cabal-version: >= 1.8
build-type: Simple
license: BSD3
Expand All @@ -9,15 +9,15 @@ author: Matt Morrow
copyright: (c) Matt Morrow
maintainer: Ben Millwood <[email protected]>
bug-reports: https://github.com/bmillwood/haskell-src-meta/issues
tested-with: GHC == 7.6.3, GHC == 7.8.3, GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.1
tested-with: GHC == 7.6.3, GHC == 7.8.3, GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.1, GHC == 8.6.1
synopsis: Parse source to template-haskell abstract syntax.
description: The translation from haskell-src-exts abstract syntax
to template-haskell abstract syntax isn't 100% complete yet.

extra-source-files: ChangeLog README.md examples/*.hs

library
build-depends: base >= 4.6 && < 4.13,
build-depends: base >= 4.6 && < 5,
haskell-src-exts >= 1.18 && < 1.21,
pretty >= 1.0 && < 1.2,
syb >= 0.1 && < 0.8,
Expand All @@ -40,7 +40,7 @@ test-suite unit

build-depends:
HUnit >= 1.2 && < 1.7,
base >= 4.5 && < 4.13,
base >= 4.5 && < 5,
haskell-src-exts >= 1.17 && < 1.21,
haskell-src-meta,
pretty >= 1.0 && < 1.2,
Expand Down

0 comments on commit 9c030d5

Please sign in to comment.