[commit: packages/pretty] master: Bump to version 1.1.3.3. (56bc78e)
git at git.haskell.org
git at git.haskell.org
Tue Apr 19 20:58:36 UTC 2016
Repository : ssh://git@git.haskell.org/pretty
On branch : master
Link : http://git.haskell.org/packages/pretty.git/commitdiff/56bc78e2c2cfcc850f6fec87fe79743750d4c8b4
>---------------------------------------------------------------
commit 56bc78e2c2cfcc850f6fec87fe79743750d4c8b4
Author: David Terei <code at davidterei.com>
Date: Mon Feb 29 10:51:14 2016 -0800
Bump to version 1.1.3.3.
>---------------------------------------------------------------
56bc78e2c2cfcc850f6fec87fe79743750d4c8b4
CHANGELOG.md | 4 ++++
pretty.cabal | 14 ++++++--------
2 files changed, 10 insertions(+), 8 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8524efe..41243c3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Pretty library change log
+## 1.1.3.3 -- 29th February, 2016
+
+* Improve documentation.
+
## 1.1.3.2 -- 19th March, 2015
* Fix bug with haddock documentation.
diff --git a/pretty.cabal b/pretty.cabal
index d336635..0786a2f 100644
--- a/pretty.cabal
+++ b/pretty.cabal
@@ -1,5 +1,5 @@
name: pretty
-version: 1.1.3.2
+version: 1.1.3.3
synopsis: Pretty-printing library
description:
This package contains a pretty-printing library, a set of API's
@@ -21,6 +21,11 @@ build-type: Simple
Extra-Source-Files: README.md CHANGELOG.md
Cabal-Version: >= 1.8
+source-repository this
+ type: git
+ location: http://github.com/haskell/pretty.git
+ tag: 1.1.3.3
+
source-repository head
type: git
location: http://github.com/haskell/pretty.git
@@ -60,10 +65,3 @@ Test-Suite test-pretty
extensions: CPP, BangPatterns, DeriveGeneric
include-dirs: src/Text/PrettyPrint/Annotated
--- Executable Bench1
--- main-is: Bench1.hs
--- build-depends: base >= 3 && < 5,
--- pretty
--- hs-source-dirs: tests
--- ghc-options: -O -fwarn-tabs
-
More information about the ghc-commits
mailing list