Skip to content

Commit

Permalink
Update from Hackage at 2020-03-08T01:13:38Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Mar 8, 2020
1 parent 8f55098 commit 4328a38
Show file tree
Hide file tree
Showing 4 changed files with 139 additions and 0 deletions.
52 changes: 52 additions & 0 deletions archive-tar-bytestring/0.1.0.0/archive-tar-bytestring.cabal
@@ -0,0 +1,52 @@
cabal-version: 2.0
name: archive-tar-bytestring
version: 0.1.0.0
license: BSD3
license-file: LICENSE
copyright: Copyright: (c) 2020 Vanessa McHale
maintainer: vamchale@gmail.com
author: Vanessa McHale
synopsis: Common interface using the tar-bytestring package
description:
Backpack-ified way to use [tar-bytestring](http://hackage.haskell.org/package/tar-bytestring) bindings

category: Codec, Tar, Archive
build-type: Simple
extra-doc-files: CHANGELOG.md

source-repository head
type: git
location: https://github.com/vmchale/archive-backpack
subdir: archive-tar-bytestring

flag development
description: Enable `-Werror`
default: False
manual: True

library
exposed-modules: Archive.Tar
build-tool-depends: cpphs:cpphs -any
hs-source-dirs: src
other-modules: Paths_archive_tar_bytestring
autogen-modules: Paths_archive_tar_bytestring
default-language: Haskell2010
ghc-options: -Wall
build-depends:
base >=4.3 && <5,
tar-bytestring -any,
bytestring -any,
text,
unix,
composition-prelude >=2.0.3.0

if flag(development)
ghc-options: -Werror

if impl(ghc >=8.0)
ghc-options:
-Wincomplete-uni-patterns -Wincomplete-record-updates
-Wredundant-constraints -Widentities

if impl(ghc >=8.4)
ghc-options: -Wmissing-export-lists
1 change: 1 addition & 0 deletions archive-tar-bytestring/0.1.0.0/archive-tar-bytestring.json
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"f1984632faeeba5cbf6042dfe3824dab","Skein512_512":"d64809aaaf527cef1409121e519afc04e7986b5c95b099989976fe9dd038d0ca06706e1d9b8845492ca9b39fc3b3cd087812f665f48c60196882c79766de2a79","SHA1":"8c0645034366156d8d7c6e19f6fbf845629c686c","SHA512":"e9776d9d4c63ce68313b20791d4c397d3a7fe754c4b15222eaab91ddb95d3142ebe7bea7fb2a5a1376f3ce36048ee1a16f85b9256de4a0318f67651c588541a0","SHA256":"69c5e1fea5f9b2655eab207b55a8559efc293b6c38cfe0007ec13569f3243d68"},"package-locations":["https://hackage.haskell.org/package/archive-tar-bytestring-0.1.0.0/archive-tar-bytestring-0.1.0.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/archive-tar-bytestring-0.1.0.0.tar.gz"],"package-size":2227}
85 changes: 85 additions & 0 deletions network-msgpack-rpc/0.0.6/network-msgpack-rpc.cabal
@@ -0,0 +1,85 @@
name: network-msgpack-rpc
version: 0.0.6
synopsis: A MessagePack-RPC Implementation
homepage: http://msgpack.org/
license: BSD3
license-file: LICENSE
author: Hideyuki Tanaka
maintainer: Iphigenia Df <iphydf@gmail.com>
copyright: Copyright (c) 2009-2016, Hideyuki Tanaka
category: Data
stability: Experimental
cabal-version: >= 1.10
build-type: Simple
description:
A MessagePack-RPC Implementation <http://msgpack.org/>
.
This is a fork of msgpack-haskell <https://github.com/msgpack/msgpack-haskell>,
since the original author is unreachable. This fork incorporates a number of
bugfixes and is actively being developed.

source-repository head
type: git
location: https://github.com/TokTok/msgpack-haskell.git

library
default-language: Haskell2010
ghc-options:
-Wall
-fno-warn-unused-imports
hs-source-dirs:
src
exposed-modules:
Network.MessagePack.Client
Network.MessagePack.Interface
Network.MessagePack.Rpc
Network.MessagePack.Server
Network.MessagePack.Types
other-modules:
Network.MessagePack.Capabilities
Network.MessagePack.Client.Basic
Network.MessagePack.Client.Internal
Network.MessagePack.Interface.Internal
Network.MessagePack.Internal.TypeUtil
Network.MessagePack.Protocol
Network.MessagePack.Server.Basic
Network.MessagePack.Types.Client
Network.MessagePack.Types.Error
Network.MessagePack.Types.Server
Network.MessagePack.Types.Spec
build-depends:
base < 5
, binary
, binary-conduit
, bytestring
, conduit
, conduit-extra
, data-default-class
, data-default-instances-base
, data-msgpack >= 0.0.11
, data-msgpack-types >= 0.0.1
, exceptions
, monad-control
, mtl
, network < 3
, tagged
, text
, unliftio-core

test-suite testsuite
type: exitcode-stdio-1.0
default-language: Haskell2010
ghc-options:
-Wall
hs-source-dirs: test
main-is: testsuite.hs
other-modules:
Network.MessagePack.ServerSpec
build-depends:
base < 5
, async
, bytestring
, hspec
, mtl
, network < 3
, network-msgpack-rpc
1 change: 1 addition & 0 deletions network-msgpack-rpc/0.0.6/network-msgpack-rpc.json
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"6ad569bef17f316a25f8d37a2634f4f8","Skein512_512":"fcf7efb01ae8c30cb67f8e0e8f95b4b9bfec43bbe990449646e1e74068aa9a2eba0809ddecf04b7b40676d06f503773964ed34ea58857d7cd222be1bb17c1e13","SHA1":"10159c502944ef6ea494bda5426cfd16bcbb2df9","SHA512":"13021ad5b52a615d627be20992abddd6f9577b3328b07c930f2014e4e01859ae0bd2b2fe5e36dfe18019e7e2b82c32c760b2f8beb4b072d555c0a771b3161d40","SHA256":"e8b021ffb4acf376d86798418f1b69d49d6b8752a8bfd19feaac68aaf7d131e7"},"package-locations":["https://hackage.haskell.org/package/network-msgpack-rpc-0.0.6/network-msgpack-rpc-0.0.6.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/network-msgpack-rpc-0.0.6.tar.gz"],"package-size":10118}

0 comments on commit 4328a38

Please sign in to comment.