Skip to content

Commit

Permalink
Bump to version 1.1.3.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
dterei committed Feb 29, 2016
1 parent 1228405 commit 56bc78e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
14 changes: 6 additions & 8 deletions pretty.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 56bc78e

Please sign in to comment.