THRIFT-2840: Cabal file points to LICENSE file outside the path of the Haskell project.
Client: hs
Patch: Sean Parsons

Update Thrift.cabal license to copy of local license file

This closes #272
diff --git a/lib/hs/Thrift.cabal b/lib/hs/Thrift.cabal
index b9501cb..5610a5c 100755
--- a/lib/hs/Thrift.cabal
+++ b/lib/hs/Thrift.cabal
@@ -27,7 +27,7 @@
 Homepage:       http://thrift.apache.org
 Bug-Reports:    https://issues.apache.org/jira/browse/THRIFT
 Maintainer:     dev@thrift.apache.org
-License-File:   ../../LICENSE
+License-File:   LICENSE
 
 Description:
   Haskell bindings for the Apache Thrift RPC system. Requires the use of the thrift code generator.