THRIFT-4545: fix haskell build on windows, fix appveyor stale packages
diff --git a/lib/hs/thrift.cabal b/lib/hs/thrift.cabal
index 03a9814..a907d78 100644
--- a/lib/hs/thrift.cabal
+++ b/lib/hs/thrift.cabal
@@ -18,8 +18,8 @@
--
Name: thrift
-Version: 1.0.0-dev
-Cabal-Version: >= 1.24
+Version: 0.99.0
+Cabal-Version: 1.24
License: OtherLicense
Category: Foreign
Build-Type: Simple
@@ -63,8 +63,7 @@
Thrift.Transport.IOBuffer,
Thrift.Transport.Memory,
Thrift.Types
- Default-Language:
- Haskell2010
+ Default-Language: Haskell2010
Default-Extensions:
DeriveDataTypeable,
ExistentialQuantification,
@@ -82,3 +81,4 @@
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