File: changelog

package info (click to toggle)
haskell-geniplate-mirror 0.7.4-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 96 kB
  • ctags: 2
  • sloc: haskell: 543; makefile: 4
file content (27 lines) | stat: -rw-r--r-- 841 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
geniplate 0.7.4 (released 2016-04-24):
* Fix the template-haskell 2.11.* support
  Contributed by Andrés Sicard-Ramírez.

geniplate 0.7.3 (released 2016-04-24)
* Accidentally the same as 0.7.2

geniplate 0.7.2 (released 2016-01-04):
* Support template-haskell 2.11.*.
  Contributed by Andrés Sicard-Ramírez.

geniplate 0.7.1 (released 2015-06-02):
* Fix build on GHC 7.4.1

geniplate 0.7 (released 2015-06-02):
* Add descend, DescendM and DescendBiM.
  Related pull request: https://github.com/augustss/geniplate/pull/7

geniplate 0.6.0.7 (released 2015-05-25):

* Blocking polymorphic type constructors in `transformBiM'` and families.
  Contributed by Nick Smallbone.

geniplate 0.6.0.6 (relased 2015-04-29):
* Support GHC 7.10
* Add TypeQ-arg'd versions of `genUniverseBi*` and `genTransformBi*`
  Contributed by Víctor López Juan.