HJScript 0.6.0 → 0.6.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~hsxPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hsx
API changes (from Hackage documentation)
Files
- HJScript.cabal +2/−2
HJScript.cabal view
@@ -1,5 +1,5 @@ Name: HJScript-Version: 0.6.0+Version: 0.6.1 License: BSD3 License-File: LICENSE Author: Joel Bjornson, Niklas Broberg@@ -54,7 +54,7 @@ HJScript.Utils Other-Modules: HJScript.Monad - Build-Depends: base < 5, HJavaScript >= 0.4.6, mtl, hsx >= 0.10.0 && < 0.11+ Build-Depends: base < 5, HJavaScript >= 0.4.6, mtl, hsx >= 0.10.2 && < 0.11 Extensions: MultiParamTypeClasses, GADTs,