Upgrading vendor folder dependencies.

This commit is contained in:
Renan DelValle 2018-12-27 09:58:53 -08:00
parent 4a0cbcd770
commit acbe9ad9e5
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9
229 changed files with 10735 additions and 4528 deletions

View file

@ -18,8 +18,8 @@
--
Name: thrift
Version: 1.0.0-dev
Cabal-Version: >= 1.24
Version: 0.12.0
Cabal-Version: 1.24
License: OtherLicense
Category: Foreign
Build-Type: Simple
@ -63,8 +63,7 @@ Library
Thrift.Transport.IOBuffer,
Thrift.Transport.Memory,
Thrift.Types
Default-Language:
Haskell2010
Default-Language: Haskell2010
Default-Extensions:
DeriveDataTypeable,
ExistentialQuantification,
@ -82,3 +81,4 @@ Test-Suite spec
Ghc-Options: -Wall
main-is: Spec.hs
Build-Depends: base, thrift, hspec, QuickCheck >= 2.8.2, bytestring >= 0.10, unordered-containers >= 0.2.6
Default-Language: Haskell2010