Skip to content

Commit

Permalink
Update from Hackage at 2018-06-16T00:21:30Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Jun 16, 2018
1 parent b6ad91c commit de822d0
Show file tree
Hide file tree
Showing 2 changed files with 102 additions and 0 deletions.
101 changes: 101 additions & 0 deletions butter/0.1.0.2/butter.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,101 @@
-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: edd6869e85954e6b4c2c20e390b378baf65ee06700fd249c0ffbd20ebd881186

name: butter
version: 0.1.0.2
synopsis: Monad Transformer for Asyncronous Message Passing
description: Please see the README on Github at <https://github.com/System-Indystress/Butter#readme>
category: Distributed Computing, Concurrency
homepage: https://github.com/System-Indystress/Butter#readme
bug-reports: https://github.com/System-Indystress/Butter/issues
author: Matthew Ahrens
maintainer: matt.p.ahrens@gmail.com
copyright: 2018 SID.run
license: BSD3
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
ChangeLog.md
README.md

source-repository head
type: git
location: https://github.com/System-Indystress/Butter

library
hs-source-dirs:
src
build-depends:
HUnit
, aeson
, base <5
, bytestring
, containers
, forkable-monad >=0.2.0.0
, free
, network-simple
, stm
, template-haskell
, text
, transformers
exposed-modules:
Distrib.Butter
Distrib.Butter.Lang
Distrib.Butter.Lib
Distrib.Butter.Lib.K
Distrib.Butter.Lib.Protocol
other-modules:
Paths_butter
default-language: Haskell2010

test-suite Lang-test
type: exitcode-stdio-1.0
main-is: Main.hs
hs-source-dirs:
test/first
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
HUnit
, aeson
, base <5
, butter
, bytestring
, containers
, forkable-monad >=0.2.0.0
, free
, network-simple
, stm
, template-haskell
, text
, transformers
other-modules:
Paths_butter
default-language: Haskell2010

test-suite Protocol-test
type: exitcode-stdio-1.0
main-is: Main.hs
hs-source-dirs:
test/protocol
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
HUnit
, aeson
, base <5
, butter
, bytestring
, containers
, forkable-monad >=0.2.0.0
, free
, network-simple
, stm
, template-haskell
, text
, transformers
other-modules:
Paths_butter
default-language: Haskell2010
1 change: 1 addition & 0 deletions butter/0.1.0.2/butter.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"deb9305e720c54b9f867b37917c70163","Skein512_512":"2d0c2a7923340ecd22bf07ea421968d75de0bd1e9ed295541c52a5185bd880971e5837ef6c476a5955572e7a6a3e42ff28caf048497bedccefb122e7e292af49","SHA1":"f65083b92070a8559e6407ad5d9bc72f0e8691ce","SHA512":"b28d3deea4f2ad747894c7a3bf9cde00fb1759efa30952ac4093af27b122c8a2d7e8913f2c9b0a8c69cee359ca56bf7a55673f1cd86e896e4b20be1dc132334c","SHA256":"538dda3153024bc665c87e5c0ec0e392398b32104c37a75f7358cefeba397e8d"},"package-locations":["https://hackage.haskell.org/package/butter-0.1.0.2/butter-0.1.0.2.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/butter-0.1.0.2.tar.gz"],"package-size":7081}

0 comments on commit de822d0

Please sign in to comment.