File: CHANGES

package info (click to toggle)
haskell-boxes 0.1.5-7
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 84 kB
  • sloc: haskell: 286; ansic: 23; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 700 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
0.1.5: March 10, 2018
  * Add support for GHC 8.4.1. Thanks, Andrés Sicard-Ramírez.
  * Clean up QuickCheck generators, and prevent them from blowing up.
    Thanks, Harry Garrood.
  * Generalize functions for combining multiple boxes from lists to
    `Foldable` containers.

0.1.4: January 14, 2015
  * Require Cabal >= 1.9.2
  * Require CPP
  * Only require OverloadedStrings for GHC
  * Fix imports to work with 7.10.1
  * Fix other imports to work with versions as far back as 7.0.1,
    but only because it was easy this time
  * Add testing framework skeletons for Cabal and Travis-CI.

0.1.2: August 23, 2011
  * Export rows/cols.

0.1.1: August 22, 2009
  * Export Box and Alignment types