packages feed

servant-zeppelin-server 0.1.0.1 → 0.1.0.3

raw patch · 1 files changed

+75/−67 lines, 1 filesdep ~QuickCheckdep ~aesondep ~base

Dependency ranges changed: QuickCheck, aeson, base, hspec, http-client, http-types, lens, lens-aeson, mtl, servant, servant-server, servant-zeppelin, servant-zeppelin-server, string-conversions, text, wai, warp, wreq

Files

servant-zeppelin-server.cabal view
@@ -1,71 +1,79 @@-name: servant-zeppelin-server-version: 0.1.0.1-cabal-version: >=1.10-build-type: Simple-license: BSD3-license-file: LICENSE-copyright: 2017 Martin Allen, Ben Weitzman-maintainer: martin[dot]allen26[at]gmail.co-homepage: https://github.com/martyall/servant-zeppelin#readme-synopsis: Server library for servant-zeppelin combinators.-category: Web-author: Martin Allen, Ben Weitzman-extra-source-files:-    README.md--source-repository head-    type: git-    location: https://github.com/martyall/servant-zeppelin+name:                servant-zeppelin-server+version:             0.1.0.3+homepage:            https://github.com/martyall/servant-zeppelin#readme+license:             BSD3+license-file:        LICENSE+author:              Martin Allen, Ben Weitzman+maintainer:          martin[dot]allen26[at]gmail.co+synopsis:            Server library for servant-zeppelin combinators.+copyright:           2017 Martin Allen, Ben Weitzman+category:            Web+build-type:          Simple+extra-source-files:  README.md+cabal-version:       >=1.10  library-    exposed-modules:-        Servant.Zeppelin.Server-    build-depends:-        base >=4.7 && <5,-        aeson >=1.0.2.1 && <1.1,-        http-types >=0.9.1 && <0.10,-        singletons ==2.2.*,-        servant ==0.10.*,-        servant-server ==0.10.*,-        servant-zeppelin >=0.1.0.2 && <0.2,-        text >=1.2.2.1 && <1.3,-        wai >=3.2.1.1 && <3.3-    default-language: Haskell2010-    default-extensions: GADTs FlexibleInstances FlexibleContexts-                        KindSignatures DataKinds TypeOperators TypeInType TypeFamilies-                        MultiParamTypeClasses FunctionalDependencies PolyKinds-                        ScopedTypeVariables TypeInType TypeApplications-                        UndecidableInstances OverloadedStrings-    hs-source-dirs: src-    other-modules:-        Servant.Zeppelin.Server.Internal.Zeppelin-        Servant.Zeppelin.Server.Internal.Types-        Servant.Zeppelin.Server.Internal.ContentTypes-        Servant.Zeppelin.Server.Internal-    ghc-options: -Wall+  hs-source-dirs:      src+  exposed-modules:     Servant.Zeppelin.Server+  other-modules:       Servant.Zeppelin.Server.Internal.Zeppelin+                     , Servant.Zeppelin.Server.Internal.Types+                     , Servant.Zeppelin.Server.Internal.ContentTypes+                     , Servant.Zeppelin.Server.Internal +  ghc-options: -Wall++  build-depends:       base >= 4.7 && < 5+                     , aeson >=0.7 && <1.3+                     , http-types >=0.8 && <0.10+                     , singletons >= 2.2 && <2.3+                     , servant >= 0.10 && <0.12+                     , servant-server >= 0.10+                     , servant-zeppelin >= 0.1 && <0.2+                     , text == 1.2.*+                     , wai >=3.0 && <3.3+  default-language:    Haskell2010++  default-extensions:  GADTs+                     , FlexibleInstances+                     , FlexibleContexts+                     , KindSignatures+                     , DataKinds+                     , TypeOperators+                     , TypeInType+                     , TypeFamilies+                     , MultiParamTypeClasses+                     , FunctionalDependencies+                     , PolyKinds+                     , ScopedTypeVariables+                     , TypeInType+                     , TypeApplications+                     , UndecidableInstances+                     , OverloadedStrings+ test-suite servant-zeppelin-server-test-    type: exitcode-stdio-1.0-    main-is: Spec.hs-    build-depends:-        base >=4.9.1.0 && <4.10,-        hspec >=2.4.3 && <2.5,-        aeson >=1.0.2.1 && <1.1,-        http-client >=0.5.6.1 && <0.6,-        http-types >=0.9.1 && <0.10,-        mtl >=2.2.1 && <2.3,-        lens >=4.15.1 && <4.16,-        lens-aeson >=1.0.1 && <1.1,-        servant ==0.10.*,-        servant-server ==0.10.*,-        servant-zeppelin >=0.1.0.2 && <0.2,-        servant-zeppelin-server >=0.1.0.1 && <0.2,-        string-conversions >=0.4.0.1 && <0.5,-        wreq >=0.5.0.1 && <0.6,-        QuickCheck >=2.9.2 && <2.10,-        warp >=3.2.11.2 && <3.3-    default-language: Haskell2010-    hs-source-dirs: test-    other-modules:-        Servant.Zeppelin.ZeppelinSpec-    ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N+  type:                exitcode-stdio-1.0+  hs-source-dirs:      test+  main-is:             Spec.hs+  build-depends:       base+                     , hspec+                     , aeson+                     , http-client+                     , http-types+                     , mtl+                     , lens+                     , lens-aeson+                     , servant+                     , servant-server+                     , servant-zeppelin+                     , servant-zeppelin-server+                     , string-conversions+                     , wreq+                     , QuickCheck+                     , warp+  ghc-options:         -Wall -threaded -rtsopts -with-rtsopts=-N+  default-language:    Haskell2010+  other-modules:       Servant.Zeppelin.ZeppelinSpec++source-repository head+  type:     git+  location: https://github.com/martyall/servant-zeppelin