Skip to content

Commit

Permalink
Update from Hackage at 2017-05-24T01:46:35Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed May 24, 2017
1 parent 80a5f82 commit df52ffa
Show file tree
Hide file tree
Showing 2 changed files with 109 additions and 0 deletions.
108 changes: 108 additions & 0 deletions postgrest-ws/0.3.2.0/postgrest-ws.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,108 @@
name: postgrest-ws
version: 0.3.2.0
synopsis: PostgREST extension to map LISTEN/NOTIFY messages to Websockets
description: Please see README.md
homepage: https://github.com/diogob/postgrest-ws#readme
license: BSD3
license-file: LICENSE
author: Diogo Biazus
maintainer: diogo@biazus.me
copyright: 2016 Diogo Biazus
category: Web
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10

library
hs-source-dirs: src
ghc-options: -Wall
exposed-modules: PostgRESTWS
, PostgRESTWS.Broadcast
, PostgRESTWS.Database
, PostgRESTWS.HasqlBroadcast

other-modules: PostgRESTWS.Claims
build-depends: base >= 4.7 && < 5
, hasql-pool >= 0.4 && < 0.5
, text >= 1.2 && < 2
, wai >= 3.2 && < 4
, websockets >= 0.9 && < 0.11
, wai-websockets >= 3.0 && < 4
, http-types >= 0.9
, bytestring >= 0.10
, postgresql-libpq
, time
, lens
, lens-aeson
, jwt
, unordered-containers >= 0.2
, postgresql-libpq >= 0.9 && < 1.0
, aeson >= 0.11
, protolude >= 0.1.6 && < 0.2
, jwt >= 0.7.2 && < 0.8
, hasql >= 0.19
, either
, stm-containers
, stm
, retry
default-language: Haskell2010
default-extensions: OverloadedStrings, NoImplicitPrelude

executable postgrest-ws
hs-source-dirs: app
main-is: Main.hs
other-modules: Config
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
build-depends: base >= 4.7 && < 5
, transformers >= 0.4 && < 0.6
, hasql >= 0.19
, hasql-pool >= 0.4
, warp >= 3.2 && < 4
, unix >= 2.7 && < 3
, jwt >= 0.7 && < 1
, postgrest-ws
, postgresql-libpq >= 0.9 && < 1.0
, protolude >= 0.1.6 && < 0.2
, base64-bytestring
, bytestring
, configurator
, optparse-applicative
, text
, time
, wai
, wai-extra
, wai-app-static
, heredoc
, auto-update
, ansi-wl-pprint
, http-types
default-language: Haskell2010
default-extensions: OverloadedStrings, NoImplicitPrelude, QuasiQuotes

test-suite postgrest-ws-test
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: Spec.hs
other-modules: BroadcastSpec
, DatabaseSpec
, HasqlBroadcastSpec
build-depends: base
, protolude >= 0.1.6 && < 0.2
, postgrest-ws
, containers
, hspec
, hspec-wai
, hspec-wai-json
, aeson
, hasql
, hasql-pool
, http-types
, wai-extra
, stm
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
default-language: Haskell2010
default-extensions: OverloadedStrings, NoImplicitPrelude

source-repository head
type: git
location: https://github.com/diogob/postgrest-ws
1 change: 1 addition & 0 deletions postgrest-ws/0.3.2.0/postgrest-ws.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"f9f89721becff96eba8a9630d89b013f","Skein512_512":"9940b25f369f49c39090ca668e3254328adfa54a67a97cfa32cabadd21ae3db32e653a4fbd36c898561a88041d2b9c0a95effe149233f5e4817fec4590058407","SHA1":"863c0f8093de75889625baf321f0a5aa8e6f31b3","SHA512":"47919644aca4a283de07424d8b3a22b2b4f004ca842aa143ff6273c763c765cf569cc4193b457963aab960e3b6a09afa30b48dd07fb769dfc8715881dc4bf24f","SHA256":"a1802d4ddca2c0db5be43a2b58119b68d454cabc4861508072846b0d5d285212"},"package-locations":["https://hackage.haskell.org/package/postgrest-ws-0.3.2.0/postgrest-ws-0.3.2.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/postgrest-ws-0.3.2.0.tar.gz"],"package-size":11091}

0 comments on commit df52ffa

Please sign in to comment.