Skip to content

Commit

Permalink
Update from Hackage at 2017-12-19T20:34:47Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Dec 19, 2017
1 parent 7f68450 commit e2ac8e8
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
44 changes: 44 additions & 0 deletions ws/0.0.2/ws.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
Name: ws
Version: 0.0.2
Author: Athan Clark <athan.clark@gmail.com>
Maintainer: Athan Clark <athan.clark@gmail.com>
License: BSD3
License-File: LICENSE
Synopsis: A simple CLI utility for interacting with a websocket
-- Description:
Cabal-Version: >= 1.10
Build-Type: Simple

Library
Default-Language: Haskell2010
HS-Source-Dirs: src
GHC-Options: -Wall
Exposed-Modules: App
App.Types
Build-Depends: base >= 4.8 && < 5
, async
, bytestring
, exceptions
, haskeline >= 0.7.4
, mtl
, network
, network-uri
, text
, websockets
, wuss

Executable ws
Default-Language: Haskell2010
HS-Source-Dirs: app
GHC-Options: -Wall -threaded
Main-Is: Main.hs
Build-Depends: base
, ws
, exceptions
, network-uri
, optparse-applicative


Source-Repository head
Type: git
Location: https://github.com/athanclark/ws.git
1 change: 1 addition & 0 deletions ws/0.0.2/ws.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"dfdff8bef39c156d5e2d8559848e857a","Skein512_512":"0581f72cf390b749b0c0ee6123bfb0167a7a6adc5cda58612d2fd5cf2415fd584605f7f1c178a67d7ac89621f1147803ca911cceb87c583e7c4e4dcceecd87bf","SHA1":"328f5f12343ded6c143a9770f296f66c37dbbe46","SHA512":"862130f9675a9462446edaaf5b24fea3e88d22c76c496a31bc01a66ef8e4f698e0f9bb5b3b449e385dcda704869a9dd4f46bc2d3d0a05d950f7b9b12d96db4a4","SHA256":"3c798c869e090a4d3af245302a24ce91c058b188fbb43640e40ea43dc75586f2"},"package-locations":["https://hackage.haskell.org/package/ws-0.0.2/ws-0.0.2.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/ws-0.0.2.tar.gz"],"package-size":3932}

0 comments on commit e2ac8e8

Please sign in to comment.