packages feed

biscuit-haskell 0.2.0.0 → 0.2.0.1

raw patch · 2 files changed

+1/−33 lines, 2 filesdep ~asyncdep ~attoparsecdep ~base64PVP ok

version bump matches the API change (PVP)

Dependency ranges changed: async, attoparsec, base64, bytestring, cereal, containers, mtl, parser-combinators, protobuf, random, template-haskell, text, th-lift-instances, time, validation-selective

API changes (from Hackage documentation)

Files

− app/Main.hs
@@ -1,4 +0,0 @@-module Main where--main :: IO ()-main = putStrLn "todo"
biscuit-haskell.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.0  name:           biscuit-haskell-version:        0.2.0.0+version:        0.2.0.1 category:       Security synopsis:       Library support for the Biscuit security token description:    Please see the README on GitHub at <https://github.com/divarvel/biscuit-haskell#readme>@@ -63,34 +63,6 @@     th-lift-instances    ^>= 0.1,     time                 ^>= 1.9,     validation-selective ^>= 0.1-  default-language: Haskell2010--executable biscuit-haskell-exe-  main-is: Main.hs-  other-modules:-      Paths_biscuit_haskell-  hs-source-dirs:-      app-  ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall-  build-depends:-      async-    , attoparsec-    , base >=4.7 && <5-    , base16-bytestring ^>=1.0-    , base64-    , biscuit-haskell-    , bytestring-    , cereal-    , containers-    , mtl-    , parser-combinators-    , protobuf-    , random-    , template-haskell-    , text-    , th-lift-instances-    , time-    , validation-selective   default-language: Haskell2010  test-suite biscuit-haskell-test