Skip to content

Commit

Permalink
Update from Hackage at 2017-06-19T20:14:34Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Jun 19, 2017
1 parent 1570719 commit da66240
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 0 deletions.
50 changes: 50 additions & 0 deletions one-liner/0.9.1/one-liner.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
Name: one-liner
Version: 0.9.1
Synopsis: Constraint-based generics
Description: Write short and concise generic instances of type classes.
one-liner is particularly useful for writing default
implementations of type class methods.
Homepage: https://github.com/sjoerdvisscher/one-liner
Bug-reports: https://github.com/sjoerdvisscher/one-liner/issues
License: BSD3
License-file: LICENSE
Author: Sjoerd Visscher
Maintainer: sjoerd@w3future.com
Category: Generics
Build-type: Simple
Cabal-version: >= 1.8

Extra-Source-Files:
examples/*.hs

Library
HS-Source-Dirs: src

Exposed-modules:
Generics.OneLiner
Generics.OneLiner.Internal

Build-depends:
base >= 4.9 && < 5
, transformers >= 0.5 && < 0.6
, contravariant >= 1.4 && < 1.5
, ghc-prim >= 0.5 && < 1.0
, bifunctors >= 5.4 && < 6.0
, profunctors >= 5.2 && < 6.0
, tagged >= 0.8 && < 0.9

source-repository head
type: git
location: git://github.com/sjoerdvisscher/one-liner.git

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

Build-depends:
base
, contravariant
, HUnit
, one-liner

Type: exitcode-stdio-1.0
1 change: 1 addition & 0 deletions one-liner/0.9.1/one-liner.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"7bbc1b460a005220f0a7a3d57c29476d","Skein512_512":"846e1e8779f433de53c0704feeb2867f3179a3f9f793b41f0b47c3ae47d1fd4d739d345baa91d978682dbca489c61c661b91464afae7877e7c0aac798dc7dea8","SHA1":"9079d3161760a6b8d5c7f6bd846f74d001e4402e","SHA512":"99f39dff9f0f974eb12890f31355647cdf1cf04a07248e3ae1e75a38d034a0c48f77ea32065415cebe31b04c31b3d871a0136ffed154c3df0b7210ddb978582e","SHA256":"eeb2a376c35983d48e01f9dbdde1bfeab42ac4f2c2f9ef098da771bf31d05ea2"},"package-locations":["https://hackage.haskell.org/package/one-liner-0.9.1/one-liner-0.9.1.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/one-liner-0.9.1.tar.gz"],"package-size":13550}

0 comments on commit da66240

Please sign in to comment.