Skip to content

Commit

Permalink
Update from Hackage at 2017-07-28T09:37:30Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Jul 28, 2017
1 parent ceda0bf commit f72c20d
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 0 deletions.
46 changes: 46 additions & 0 deletions withdependencies/0.2.4.1/withdependencies.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
-- Initial withdependencies.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/

name: withdependencies
version: 0.2.4.1
synopsis: Run computations that depend on one or more elements in a stream.
description: Run computations that depend on one or more elements in a stream.
license: GPL-3
license-file: LICENSE
author: Simon Marechal
maintainer: bartavelle@gmail.com
homepage: https://github.com/bartavelle/withdependencies
bug-reports: https://github.com/bartavelle/withdependencies/issues
extra-source-files: README.md
-- copyright:
category: Control
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
Tested-With: GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1, GHC == 8.2.1

library
exposed-modules: Control.Dependency
Data.Conduit.Require
ghc-options: -Wall
-- other-modules:
-- other-extensions:
build-depends: base >=4.7 && < 5,
containers == 0.5.*,
conduit == 1.2.*,
mtl,
profunctors
-- hs-source-dirs:
default-language: Haskell2010

test-suite test
hs-source-dirs: tests
ghc-options: -Wall
type: exitcode-stdio-1.0
main-is: test.hs
build-depends: withdependencies,base,hspec,HUnit,conduit,mtl
default-language: Haskell2010

source-repository head
type: git
location: https://github.com/bartavelle/withdependencies
1 change: 1 addition & 0 deletions withdependencies/0.2.4.1/withdependencies.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"e6d884519c8172aea4d3d4eb87faff9b","Skein512_512":"c137a2ed569b7be065957019c631e88108ff933120f69d4973eb586bed8b697cf018f7693433fa6ea926e866f33a342cf4d610c82db4d443a81d0e447a3bf19e","SHA1":"716088a894ea865877b093bc25cad4543304f618","SHA512":"3e298024ab7bec04e8c68f56de518a4ba2c54a087884bf157aba35aae67840fd2f187b9484f3ec86782cb18e66a45580b24ac3bccc986be6f34c4af606b3019f","SHA256":"caf4f158790da27a9608d296a53ffd566a6557c70e66c2c947a900ad4085bd9a"},"package-locations":["https://hackage.haskell.org/package/withdependencies-0.2.4.1/withdependencies-0.2.4.1.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/withdependencies-0.2.4.1.tar.gz"],"package-size":16231}

0 comments on commit f72c20d

Please sign in to comment.