THRIFT-933 : looks fine, and cabal check looks good as well

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@1004716 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/hs/Thrift.cabal b/lib/hs/Thrift.cabal
index 37778d7..c087b59 100644
--- a/lib/hs/Thrift.cabal
+++ b/lib/hs/Thrift.cabal
@@ -17,19 +17,24 @@
 -- under the License.
 --
 
-Name:           Thrift
+Name:           thrift
 Version:        0.2.0
-Cabal-Version:  >= 1.2
-License:        Apache2
+Cabal-Version:  >= 1.4
+License:        OtherLicense
 Category:       Foreign
 Build-Type:     Simple
-Synopsis:       Thrift library package
+Synopsis:       Apache Thrift bindings
+Maintainer:     christian.lavoie@gmail.com
+License-File:   LICENSE
+
+Description:
+  Haskell bindings for the Apache Thrift RPC system. Requires the use of the thrift code generator.
 
 Library
   Hs-Source-Dirs:
     src
   Build-Depends:
-    base >=4, network, ghc-prim, binary, bytestring, HTTP
+    base == 4, network, ghc-prim, binary, bytestring, HTTP
   Exposed-Modules:
     Thrift, Thrift.Protocol, Thrift.Transport, Thrift.Protocol.Binary
     Thrift.Transport.Handle, Thrift.Transport.HttpClient, Thrift.Server