Skip to content

Commit

Permalink
Update from Hackage at 2016-09-20T09:26:11+00:00
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Sep 20, 2016
1 parent 752a57e commit 3f3f959
Show file tree
Hide file tree
Showing 4 changed files with 75 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
-- Initial http-pony-transformer-http.cabal generated by cabal init. For
-- further documentation, see http://haskell.org/cabal/users-guide/

name: http-pony-transformer-http
version: 0.1.0.0
-- synopsis:
description: Transform to a basic HTTP interface
license: BSD3
license-file: LICENSE
author: Jinjing Wang
maintainer: nfjinjing@gmail.com
-- copyright:
category: Network
build-type: Simple
extra-source-files: ChangeLog.md
cabal-version: >=1.10

library
exposed-modules: Network.HTTP.Pony.Transformer.HTTP
, Network.HTTP.Pony.Transformer.HTTP.Parser
, Network.HTTP.Pony.Transformer.HTTP.Type
, Network.HTTP.Pony.Transformer.HTTP.Builder
-- other-modules:
-- other-extensions: OverloadedStrings
build-depends: base >=4.9 && <4.10, bytestring >=0.10, pipes >=4.1, transformers >=0.5, attoparsec >=0.13, pipes-attoparsec >=0.5
hs-source-dirs: src
default-language: Haskell2010
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"077b3d1fd57d24fc6dd5216d9fdf19cb","Skein512_512":"aec446025f2e9059d14f32264d38573ee75aff9a44a41a011db8e39751fc94dc52d2f8ea836c19df24352a9a22ff195f9fee5909383517f2f9e7906c790ed2ac","SHA1":"8c12690ca207392312835049020ccaf9ddc39d60","SHA512":"d2a2074dbb1b5e8f4bbe2ddb84ff6a0654b5c4831930d057f368aa449d555f3b4991867cbd17121ead1654530420771d4fe49a07285dba02677e44af0f761ac5","SHA256":"645623db8c4bf92746358fbbc0cf4e7d19392565f4c019f9dc8d1df515efeba3"},"package-locations":["https://hackage.haskell.org/package/http-pony-transformer-http-0.1.0.0/http-pony-transformer-http-0.1.0.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/http-pony-transformer-http-0.1.0.0.tar.gz"],"package-size":2916}
46 changes: 46 additions & 0 deletions http-pony/0.1.0.2/http-pony.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
-- Initial http-pony.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/

name: http-pony
version: 0.1.0.2
synopsis: A type unsafe http library
-- description:
license: BSD3
license-file: LICENSE
author: Jinjing Wang
maintainer: nfjinjing@gmail.com
-- copyright:
category: Network
build-type: Simple
extra-source-files: ChangeLog.md README.md
cabal-version: >=1.10

Homepage: https://github.com/nfjinjing/http-pony

library
exposed-modules: Network.HTTP.Pony.Type
, Network.HTTP.Pony.Serve
, Network.HTTP.Pony.Helper
-- , Network.HTTP.Pony.Transformer
-- other-modules:
-- other-extensions: OverloadedStrings
build-depends:

base >=4.9 && <4.10
, bytestring >=0.10
, network >=2.6
, pipes >=4.1
, pipes-network >=0.6
, pipes-safe >=2.2
-- , profunctors >= 5.2
, transformers >=0.5


-- , case-insensitive >= 1.2.0.7
-- , foreign-store >= 0.2
-- , http-pony-transformer-case-insensitive
-- , http-pony-transformer-http
-- , lens >= 4.14

hs-source-dirs: src
default-language: Haskell2010
1 change: 1 addition & 0 deletions http-pony/0.1.0.2/http-pony.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"62376a92f488a26a31ef16f12db3c9d4","Skein512_512":"4abe7451bf85cb72c99f1ec2f6f00d7c4467625174a9e0db69d0729dc16540567198a356777ae7b927ee69a1cb1657b040e0dda25882ecee218c9632c1a0b794","SHA1":"b0c738d59aaa6a3c143d82ae5e06ec437eb8986f","SHA512":"c1df8860a08108ff386a49305842212538aedd902a625d535c56cb3cc6d92126bf5c34cb9b380dbd80ef97eb095c44ba0a8cbc6983e86ea761a8a05517694932","SHA256":"0158da9e0796d2f7b4969c7ea2bbbe38991304e58d47a80f0816ded1d0b89a7b"},"package-locations":["https://hackage.haskell.org/package/http-pony-0.1.0.2/http-pony-0.1.0.2.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/http-pony-0.1.0.2.tar.gz"],"package-size":3138}

0 comments on commit 3f3f959

Please sign in to comment.