Skip to content

Commit

Permalink
Update from Hackage at 2019-08-28T15:21:12Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Aug 28, 2019
1 parent a299d78 commit f3caaa3
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 0 deletions.
50 changes: 50 additions & 0 deletions generic-constraints/1.1.0/generic-constraints.cabal
@@ -0,0 +1,50 @@
Name: generic-constraints
Version: 1.1.0
Synopsis: Constraints via Generic
Description: Write short and concise contexts based on generics
Homepage: https://github.com/yairchu/generic-constraints
Bug-reports: https://github.com/yairchu/generic-constraints/issues
License: BSD3
License-file: LICENSE
Author: Sjoerd Visscher, Xia Li-yao, Yair Chuchem
Maintainer: yairchu@gmail.com
Category: Generics
Build-type: Simple
Cabal-version: >= 1.8

Extra-Source-Files:
CHANGELOG

Library
HS-Source-Dirs: src

Exposed-modules:
Generics.Constraints

Build-depends:
base >= 4.9 && < 5
, template-haskell
, th-abstraction

ghc-options:
-Wall
-Wnoncanonical-monad-instances
-Wcompat
-Wincomplete-record-updates
-Wincomplete-uni-patterns
-Wredundant-constraints

source-repository head
type: git
location: git://github.com/yairchu/generic-constraints.git

Test-suite unittests
Hs-source-dirs: test
Main-is: unittests.hs

Build-depends:
base
, HUnit
, generic-constraints

Type: exitcode-stdio-1.0
1 change: 1 addition & 0 deletions generic-constraints/1.1.0/generic-constraints.json
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"b8ec988c2d618f0c8584218a1ed76b88","Skein512_512":"f0486e85145177f7bd764cc24b48c6997f61a3ae02fe2a19d2ff13a6f26c924f02721bcba8d837c11c4df85524998653d54b2e6ce19be1c38ba1cf72e981a1a7","SHA1":"0956417ba6b331e51c9a98f7579ac963452c78ec","SHA512":"1664f3b0e15aa009aa64c30f7bed64bf2e4e5053ec3e0a59da83bbd67b8ce864172802cbebe982e9d13cb92c57aeb4ceff70c79b14b0f48c3ead4fcc85198a8f","SHA256":"8b61fb3aa57eef343b8599442bede9c29a85c7e6d44737c34dc82143d10fedb8"},"package-locations":["https://hackage.haskell.org/package/generic-constraints-1.1.0/generic-constraints-1.1.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/generic-constraints-1.1.0.tar.gz"],"package-size":2644}

0 comments on commit f3caaa3

Please sign in to comment.