hsx2hs 0.14.1.9 → 0.14.1.10
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~mtlPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: mtl
API changes (from Hackage documentation)
Files
- hsx2hs.cabal +3/−3
hsx2hs.cabal view
@@ -1,5 +1,5 @@ Name: hsx2hs-Version: 0.14.1.9+Version: 0.14.1.10 License: BSD3 License-File: LICENSE Author: Niklas Broberg, Joel Bjornson@@ -39,7 +39,7 @@ Library Default-Language: Haskell2010 Build-depends: base >= 4 && < 5,- mtl >= 2.0 && < 2.3,+ mtl >= 2.0 && < 2.4, haskell-src-exts >= 1.18 && < 1.24, haskell-src-meta >= 0.7 && < 0.9, template-haskell >= 2.7 && < 2.19,@@ -67,7 +67,7 @@ Main-Is: hsx2hs.hs Hs-Source-Dirs: src Build-depends: base >= 4 && < 5,- mtl >= 2.0 && < 2.3,+ mtl >= 2.0 && < 2.4, haskell-src-exts >= 1.18 && < 1.24, haskell-src-meta >= 0.7 && < 0.9, template-haskell >= 2.7 && < 2.19,