packages feed

Cabal revisions of skews-0.1.0.0

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-name:                skews-version:             0.1.0.0-synopsis:            A very quick-and-dirty WebSocket server.-description:         A very quick-and-dirty WebSocket server. Intended for use with unit tests.-homepage:            https://github.com/iij-ii/skews#readme-license:             Apache-2.0-license-file:        LICENSE-author:              Yuji Yamamoto-maintainer:          yuji-yamamoto@iij.ad.jp-copyright:           2018 Yuji Yamamoto-category:            Web, Test-build-type:          Simple-extra-source-files:  README.md-cabal-version:       >=1.10--library-  hs-source-dirs:      src-  exposed-modules:     Network.WebSockets.Skews-  build-depends:       base >= 4.7 && < 5-                     , bytestring-                     , deque-                     , websockets-  default-language:    Haskell2010--test-suite mock-ws-server-test-  type:                exitcode-stdio-1.0-  hs-source-dirs:      test-  main-is:             Spec.hs-  other-modules:       Network.WebSockets.SkewsSpec-  build-depends:       base-                     , skews-                     , async >= 2.1.1-                     , bytestring-                     , deque-                     , envy-                     , hspec-                     , network-                     , websockets-  ghc-options:         -threaded -rtsopts -with-rtsopts=-N-  default-language:    Haskell2010--source-repository head-  type:     git-  location: https://github.com/iij-ii/skews+name:                skews
+version:             0.1.0.0
+x-revision: 1
+synopsis:            A very quick-and-dirty WebSocket server.
+description:         A very quick-and-dirty WebSocket server. Intended for use with unit tests.
+homepage:            https://github.com/iij-ii/skews#readme
+license:             Apache-2.0
+license-file:        LICENSE
+author:              Yuji Yamamoto
+maintainer:          yuji-yamamoto@iij.ad.jp
+category:            Web, Test
+build-type:          Simple
+extra-source-files:  README.md
+cabal-version:       >=1.10
+
+library
+  hs-source-dirs:      src
+  exposed-modules:     Network.WebSockets.Skews
+  build-depends:       base >= 4.7 && < 5
+                     , bytestring
+                     , deque
+                     , websockets
+  default-language:    Haskell2010
+
+test-suite mock-ws-server-test
+  type:                exitcode-stdio-1.0
+  hs-source-dirs:      test
+  main-is:             Spec.hs
+  other-modules:       Network.WebSockets.SkewsSpec
+  build-depends:       base
+                     , skews
+                     , async >= 2.1.1
+                     , bytestring
+                     , deque
+                     , envy
+                     , hspec
+                     , network
+                     , websockets
+  ghc-options:         -threaded -rtsopts -with-rtsopts=-N
+  default-language:    Haskell2010
+
+source-repository head
+  type:     git
+  location: https://github.com/iij-ii/skews