linearscan-hoopl 0.11 → 0.11.1
raw patch · 1 files changed
+4/−5 lines, 1 filesdep ~linearscandep ~linearscan-hooplPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: linearscan, linearscan-hoopl
API changes (from Hackage documentation)
Files
- linearscan-hoopl.cabal +4/−5
linearscan-hoopl.cabal view
@@ -1,5 +1,5 @@ name: linearscan-hoopl-version: 0.11+version: 0.11.1 synopsis: Makes it easy to use the linearscan register allocator with Hoopl homepage: http://github.com/jwiegley/linearscan-hoopl license: BSD3@@ -31,7 +31,7 @@ build-depends: base >=4.7 && <5 , hoopl >= 3.10.0.1- , linearscan >= 0.10.0+ , linearscan >= 0.11 && < 0.12 , containers , transformers , free@@ -53,12 +53,11 @@ Programs.Ordered build-depends: base >=3- , linearscan , hspec >= 1.4.4 , hspec-expectations >= 0.3 , hoopl >= 3.10.0.1 && < 3.11- , linearscan >= 0.10.0- , linearscan-hoopl >= 0.10.0+ , linearscan >= 0.11 && < 0.12+ , linearscan-hoopl , containers >= 0.5.5 , transformers >= 0.3.0.0 , lens-family-core