Skip to content

Commit

Permalink
Update from Hackage at 2020-08-22T23:43:04Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Aug 22, 2020
1 parent b380b9a commit e4a5ccd
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
40 changes: 40 additions & 0 deletions generic-functor/0.1.0.0/generic-functor.cabal
@@ -0,0 +1,40 @@
cabal-version: >=1.10
name: generic-functor
version: 0.1.0.0
synopsis: Deriving generalized functors with GHC.Generics
description:
Derive @fmap@, and other @fmap@-like functions where the
parameter of the functor could occur anywhere.
.
See the README for details.
homepage: https://gitlab.com/lysxia/generic-functor
bug-reports: https://gitlab.com/lysxia/generic-functor/-/issues
license: MIT
license-file: LICENSE
author: Li-yao Xia
maintainer: lysxia@gmail.com
copyright: Li-yao Xia 2020
category: Generics
build-type: Simple
extra-source-files: CHANGELOG.md, README.md

library
hs-source-dirs: src
exposed-modules:
Generic.Functor
Generic.Functor.Internal
build-depends: base >=4.12 && <4.15
default-language: Haskell2010

test-suite examples
hs-source-dirs: test
main-is: test.hs
build-depends:
generic-functor,
base
type: exitcode-stdio-1.0
default-language: Haskell2010

source-repository head
type: git
location: https://gitlab.com/lysxia/generic-functor
1 change: 1 addition & 0 deletions generic-functor/0.1.0.0/generic-functor.json
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"5fe49b764b36c77f7b791c85ca6b401c","Skein512_512":"aa49e7ac8e0551880f306a2dbe3be6e8abd6a801874331064e654eddb7b3eb057d578e1732111ee15c1a29b74b5fef05d00dc04bcf75ab35428e418d76b0c7cb","SHA1":"105beebe5419572af53b46940f8e9f53efd0e516","SHA512":"498275af9798c08d71f73a5c8386d8e01b4e1cf555d8bda1793682c3caf1a0e27b748c4ff8aea964c2e2e122b4ecfa9893c315b72a6a9acd99197983054c3237","SHA256":"e28b30b13dfbfea0cfccc65fa718f63d5c3fd2bded4e765387c47e4047a75609"},"package-locations":["https://hackage.haskell.org/package/generic-functor-0.1.0.0/generic-functor-0.1.0.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/generic-functor-0.1.0.0.tar.gz"],"package-size":8431}

0 comments on commit e4a5ccd

Please sign in to comment.