language-thrift 0.1.0.0 → 0.1.0.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~base
Dependency ranges changed: base
Files
- language-thrift.cabal +2/−2
language-thrift.cabal view
@@ -1,5 +1,5 @@ name : language-thrift-version : 0.1.0.0+version : 0.1.0.1 synopsis : Parser for the Thrift IDL format. homepage : https://github.com/abhinav/language-thrift license : BSD3@@ -20,7 +20,7 @@ library exposed-modules : Language.Thrift.Parser , Language.Thrift.Types- build-depends : base >= 4.7 && < 4.8+ build-depends : base >= 4.7 && < 4.9 , mtl , text >= 1.2 , parsers >= 0.12 && < 0.13