packages feed

linnet 0.1.0.0 → 0.1.0.1

raw patch · 2 files changed

+33/−36 lines, 2 filesdep −utf8-stringdep ~QuickCheckdep ~bytestringdep ~bytestring-conversion

Dependencies removed: utf8-string

Dependency ranges changed: QuickCheck, bytestring, bytestring-conversion, case-insensitive, either, exceptions, hspec, http-types, io-streams, mtl, quickcheck-classes, quickcheck-instances, text, transformers, uri-encode, wai, warp

Files

README.md view
@@ -7,7 +7,7 @@  Badges -------[![Travis (.com) branch](https://img.shields.io/travis/com/haskell-linnet/linnet/master?style=flat-square)](https://travis-ci.com/haskell-linnet/linnet) [![Gitter](https://img.shields.io/gitter/room/haskell-linnet/community?style=flat-square)](https://gitter.im/haskell-linnet/community) ![Hackage](https://img.shields.io/hackage/v/linnet?style=flat-square)+[![Travis (.com) branch](https://img.shields.io/travis/com/haskell-linnet/linnet/master?style=flat-square)](https://travis-ci.com/haskell-linnet/linnet) [![Gitter](https://img.shields.io/gitter/room/haskell-linnet/community?style=flat-square)](https://gitter.im/haskell-linnet/community) [![Hackage](https://img.shields.io/hackage/v/linnet?style=flat-square])](http://hackage.haskell.org/package/linnet)  Hello world -----------@@ -34,8 +34,7 @@  main :: IO () main = run 9000 app-where-  app = bootstrap @TextPlain helloWorld & compile & toApp id+       where app = bootstrap @TextPlain helloWorld & compile & toApp id ```  Now try to call your application with:
linnet.cabal view
@@ -1,6 +1,6 @@ cabal-version: 1.12 name: linnet-version: 0.1.0.0+version: 0.1.0.1 license: Apache license-file: LICENSE copyright: 2019 Sergey Kolbasov@@ -50,20 +50,19 @@     default-language: Haskell2010     build-depends:         base >=4.7 && <5,-        bytestring >=0.10.8.2 && <0.11,-        bytestring-conversion >=0.3.1 && <0.4,-        case-insensitive >=1.2.0.11 && <1.3,-        either >=5.0.1.1 && <5.1,-        exceptions >=0.10.2 && <0.11,-        http-types >=0.12.3 && <0.13,-        io-streams >=1.5.1.0 && <1.6,-        mtl >=2.2.2 && <2.3,-        text >=1.2.3.1 && <1.3,-        transformers >=0.5.6.2 && <0.6,-        uri-encode >=1.5.0.5 && <1.6,-        utf8-string >=1.0.1.1 && <1.1,-        wai >=3.2.2.1 && <3.3,-        warp >=3.2.28 && <3.3+        bytestring >=0.10.8.2,+        bytestring-conversion >=0.3.1,+        case-insensitive >=1.2.0.11,+        either >=5.0.1.1,+        exceptions >=0.10.2,+        http-types >=0.12.3,+        io-streams >=1.5.1.0,+        mtl >=2.2.2,+        text >=1.2.3.1,+        transformers >=0.5.6.2,+        uri-encode >=1.5.0.5,+        wai >=3.2.2.1,+        warp >=3.2.28  test-suite linnet-test     type: exitcode-stdio-1.0@@ -88,23 +87,22 @@     default-language: Haskell2010     ghc-options: -threaded -rtsopts -with-rtsopts=-N     build-depends:-        QuickCheck >=2.13.2 && <2.14,+        QuickCheck >=2.13.2,         base >=4.7 && <5,-        bytestring >=0.10.8.2 && <0.11,-        bytestring-conversion >=0.3.1 && <0.4,-        case-insensitive >=1.2.0.11 && <1.3,-        either >=5.0.1.1 && <5.1,-        exceptions >=0.10.2 && <0.11,-        hspec >=2.7.1 && <2.8,-        http-types >=0.12.3 && <0.13,-        io-streams >=1.5.1.0 && <1.6,+        bytestring >=0.10.8.2,+        bytestring-conversion >=0.3.1,+        case-insensitive >=1.2.0.11,+        either >=5.0.1.1,+        exceptions >=0.10.2,+        hspec >=2.7.1,+        http-types >=0.12.3,+        io-streams >=1.5.1.0,         linnet -any,-        mtl >=2.2.2 && <2.3,-        quickcheck-classes >=0.6.1.0 && <0.7,-        quickcheck-instances >=0.3.22 && <0.4,-        text >=1.2.3.1 && <1.3,-        transformers >=0.5.6.2 && <0.6,-        uri-encode >=1.5.0.5 && <1.6,-        utf8-string >=1.0.1.1 && <1.1,-        wai >=3.2.2.1 && <3.3,-        warp >=3.2.28 && <3.3+        mtl >=2.2.2,+        quickcheck-classes >=0.6.1.0,+        quickcheck-instances >=0.3.22,+        text >=1.2.3.1,+        transformers >=0.5.6.2,+        uri-encode >=1.5.0.5,+        wai >=3.2.2.1,+        warp >=3.2.28