packages feed

uulib 0.9.21 → 0.9.22

raw patch · 3 files changed

+4/−3 lines, 3 filesdep ~base

Dependency ranges changed: base

Files

CHANGELOG view
@@ -1,6 +1,9 @@ uulib Changelog =============== +### 0.9.22+* Applied patch for removing import hide of Prelude(join)+ ### 0.9.20 * Make sure Changelog is included in cabal package/hackage. 
src/UU/Pretty/Basic.hs view
@@ -15,8 +15,6 @@                  , fpar, spar                  ) where -import Prelude hiding (join)- {- Pretty-printers and pretty-printing combinators. Version 2.0d    Authors: S. Doaitse Swierstra and Pablo R. Azero    Date: July, 1999
uulib.cabal view
@@ -1,5 +1,5 @@ name: uulib-version: 0.9.21+version: 0.9.22 license: BSD3 license-file: COPYRIGHT