Skip to content

Commit

Permalink
Update from Hackage at 2018-06-06T22:21:35Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Jun 6, 2018
1 parent 18d0af1 commit 338f06c
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
36 changes: 36 additions & 0 deletions safe-foldable/0.1.0.0/safe-foldable.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: f369062e9ac1cf050933e34fc5a2d736938479840b371eafdb2b8d0830825bf7

name: safe-foldable
version: 0.1.0.0
synopsis: Safe wrappers for null-partial Foldable operations
homepage: https://github.com/tejon/safe-foldable#readme
bug-reports: https://github.com/tejon/safe-foldable/issues
author: Theodore Lief Gannon
maintainer: tanuki@gmail.com
copyright: 2018 Theodore Lief Gannon
license: MIT
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
README.md

source-repository head
type: git
location: https://github.com/tejon/safe-foldable

library
exposed-modules:
Data.Foldable.Safe
other-modules:
Paths_safe_foldable
hs-source-dirs:
src
ghc-options: -Wall
build-depends:
base >=4.7 && <5
default-language: Haskell2010
1 change: 1 addition & 0 deletions safe-foldable/0.1.0.0/safe-foldable.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"ab11981288d903615fdb310f121f8295","Skein512_512":"3f8d3860908d2e6f4a494b7ef9a7c4567c0483bfc4a1017849e52faa80eafd53c80658a86ead9da371dbb437de4968b5d81e52c08e39c0cb3bdc4efdd3938e40","SHA1":"aed01c4af544c82bc23e317402674522f768cc04","SHA512":"8d2cf18b1844f3e55ed2ab3ae08a3bb942ae8cdb9da11beaedf1d47e8d1260df931107e511a33a8c271aeec4b73e6a4ebbbdbfd8bc9d9374ef311699d5f45e90","SHA256":"ca7f2ecc0e799c239df8ce56e8592fb8b8264c229ab4e1c66e0f821d299007d1"},"package-locations":["https://hackage.haskell.org/package/safe-foldable-0.1.0.0/safe-foldable-0.1.0.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/safe-foldable-0.1.0.0.tar.gz"],"package-size":1841}

0 comments on commit 338f06c

Please sign in to comment.