Skip to content

Commit

Permalink
Update from Hackage at 2019-08-29T22:00:39Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Aug 29, 2019
1 parent 49f574a commit 3fa437e
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
36 changes: 36 additions & 0 deletions th-expand-syns/0.4.5.0/th-expand-syns.cabal
@@ -0,0 +1,36 @@
name: th-expand-syns
version: 0.4.5.0
synopsis: Expands type synonyms in Template Haskell ASTs
description: Expands type synonyms in Template Haskell ASTs.
category: Template Haskell
license: BSD3
license-file: LICENSE
author: Daniel Schüssler
maintainer: haskell.5wlh@gishpuppy.com
cabal-version: >= 1.8
build-type: Simple
extra-source-files: changelog.markdown
homepage: https://github.com/DanielSchuessler/th-expand-syns
tested-with:
GHC == 8.0.2
GHC == 8.2.2
GHC == 8.4.4
GHC == 8.6.5
GHC == 8.8.1

source-repository head
type: git
location: git://github.com/DanielSchuessler/th-expand-syns.git

Library
build-depends: base >= 4 && < 5, template-haskell < 2.16, syb, containers
ghc-options:
exposed-modules: Language.Haskell.TH.ExpandSyns
other-modules: Language.Haskell.TH.ExpandSyns.SemigroupCompat

Test-Suite test-th-expand-syns
type: exitcode-stdio-1.0
hs-source-dirs: testing
main-is: Main.hs
other-modules: Util, Types
build-depends: base, th-expand-syns, template-haskell
1 change: 1 addition & 0 deletions th-expand-syns/0.4.5.0/th-expand-syns.json
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"51fa7ff53754ec5da1d943efeee02a70","Skein512_512":"665cc88aac378bff3e0b4ae048e23e2b16fb1f0eea5825fbe3bf23c0d8dbfdbdaf85e9c79d212365879259412c7c43d042b42d23d1b03e26c66c64c02adb378e","SHA1":"f808a7b4065dc85231b524275b8d6730c4af3752","SHA512":"4e72ec26dbe875c3d664b94d7892001af835794f04bec83ff05952c3b9ea9b9de242cee5c713671213479bce4cfae3d0d6172a581e7fff58923688624dd493bd","SHA256":"5e909e674bc6311d4a8c2376df1e5bda2d8ecde8d79ec8d3d51f59c5bc779cdc"},"package-locations":["https://hackage.haskell.org/package/th-expand-syns-0.4.5.0/th-expand-syns-0.4.5.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/th-expand-syns-0.4.5.0.tar.gz"],"package-size":8112}

0 comments on commit 3fa437e

Please sign in to comment.