hoopl 3.10.0.0 → 3.10.0.1
raw patch · 2 files changed
+9/−4 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- changelog.md +5/−0
- hoopl.cabal +4/−4
changelog.md view
@@ -1,5 +1,10 @@ # Changelog for [`hoopl` package](http://hackage.haskell.org/package/hoopl) +## 3.10.0.1 *Mar 2014*++ - Remove UTF8 character from hoopl.cabal to workaround issue+ in GHC 7.8.1's build system+ ## 3.10.0.0 *Mar 2014* - Bundled with GHC 7.8.1
hoopl.cabal view
@@ -1,5 +1,5 @@ Name: hoopl-Version: 3.10.0.0+Version: 3.10.0.1 -- NOTE: Don't forget to update 'repository this' tag when incrementing version! -- GHC 7.6.1 released with 3.9.0.0 -- version 3.8.6.0 is the version that goes with the camera-ready Haskell'10 paper@@ -11,12 +11,12 @@ Description: Higher-order optimization library .- See /Norman Ramsey, João Dias, and Simon Peyton Jones./+ See /Norman Ramsey, Joao Dias, and Simon Peyton Jones./ <http://research.microsoft.com/en-us/um/people/simonpj/Papers/c--/hoopl-haskell10.pdf "Hoopl: A Modular, Reusable Library for Dataflow Analysis and Transformation"> /(2010)/ for more details. License: BSD3 License-File: LICENSE-Author: Norman Ramsey, João Dias, Simon Marlow and Simon Peyton Jones+Author: Norman Ramsey, Joao Dias, Simon Marlow and Simon Peyton Jones Maintainer: nr@cs.tufts.edu Homepage: http://ghc.cs.tufts.edu/hoopl/ Bug-Reports: http://ghc.haskell.org/trac/ghc/newticket?component=libraries/hoopl@@ -34,7 +34,7 @@ Source-repository this Type: git Location: http://git.haskell.org/packages/hoopl.git- Tag: hoopl-3.10.0.0-release+ Tag: hoopl-3.10.0.1-release Library Default-Language: Haskell2010