Skip to content

Commit

Permalink
Update from Hackage at 2019-01-06T23:11:27Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Jan 6, 2019
1 parent 7fcda16 commit 7f0cb01
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 0 deletions.
83 changes: 83 additions & 0 deletions milena/0.5.2.4/milena.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.31.1.
--
-- see: https://github.com/sol/hpack
--
-- hash: 3bb58d95694565345dd96c8f19c605682638205f778b92ae231d3aa2a0ef69e1

name: milena
version: 0.5.2.4
synopsis: A Kafka client for Haskell.
description: A Kafka client for Haskell.
The protocol module is stable (the only changes will be to support changes in the Kafka protocol). The API is functional but subject to change.
category: Network
stability: alpha
homepage: https://github.com/adamflott/milena.git#readme
bug-reports: https://github.com/adamflott/milena.git/issues
author: Tyler Holien
maintainer: adam@adamflott.com
copyright: 2014, Tyler Holien
license: BSD3
license-file: LICENSE
tested-with: GHC==7.10.3 GHC==8.0.1
build-type: Simple
extra-source-files:
README.md
CHANGELOG.md

source-repository head
type: git
location: https://github.com/adamflott/milena.git

library
default-extensions: ConstraintKinds DeriveGeneric FlexibleContexts GADTs GeneralizedNewtypeDeriving OverloadedStrings Rank2Types TemplateHaskell
ghc-options: -Wall -fwarn-unused-imports -Wincomplete-uni-patterns -Wincomplete-record-updates
build-depends:
base >=4.7 && <5
, bytestring >=0.10 && <0.11
, cereal >=0.4 && <0.6
, containers >=0.5 && <0.7
, digest >=0.0.1.0 && <0.1
, lens >=4.4 && <4.20
, lifted-base >=0.2.3.6 && <0.3
, monad-control >=1.0 && <1.1
, mtl >=2.1 && <2.3
, murmur-hash >=0.1.0.8 && <0.2
, network >=2.4 && <3.0
, random >=1.0 && <1.2
, resource-pool >=0.2.3.2 && <0.3
, semigroups >=0.16.2.2 && <0.19
, transformers >=0.3 && <0.6
, zlib >=0.6.1.2 && <0.7
exposed-modules:
Network.Kafka
Network.Kafka.Consumer
Network.Kafka.Protocol
Network.Kafka.Producer
other-modules:
Paths_milena
default-language: Haskell2010

test-suite test
type: exitcode-stdio-1.0
main-is: tests.hs
other-modules:
Paths_milena
hs-source-dirs:
test
default-extensions: ConstraintKinds DeriveGeneric FlexibleContexts GADTs GeneralizedNewtypeDeriving OverloadedStrings Rank2Types TemplateHaskell
ghc-options: -Wall -fwarn-unused-imports -Wincomplete-uni-patterns -Wincomplete-record-updates -threaded -rtsopts
build-depends:
QuickCheck
, base
, bytestring
, lens
, milena
, mtl
, network
, semigroups
, tasty
, tasty-hspec
, tasty-quickcheck
default-language: Haskell2010
1 change: 1 addition & 0 deletions milena/0.5.2.4/milena.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"98b8fd510fb06c3adde31df4a5124df4","Skein512_512":"1fe68d685d798325d3fe676c197cd4f97ff16cc9e42e43f708584dbcf821afebc337906f0e18076ae5f33693b638c87c83754f7bcec14769a3275836ffee9474","SHA1":"15ff423ae9997a78c1b8a2bdf5e67776a013e144","SHA512":"e3c5bef9e8f3d151f50cbea45b7b94d62cf954db7978f94ae41700b498951fc5bb7c3c982f6c19502a1439f394e2918e11d197e25eb3211feb7763f88b651aa1","SHA256":"ffb3b828fdff8be9097b3795f87c60b819ced10dd730bcb15363b6e264de9580"},"package-locations":["https://hackage.haskell.org/package/milena-0.5.2.4/milena-0.5.2.4.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/milena-0.5.2.4.tar.gz"],"package-size":14814}

0 comments on commit 7f0cb01

Please sign in to comment.