File: changelog

package info (click to toggle)
haskell-geniplate-mirror 0.7.8-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 96 kB
  • sloc: haskell: 592; makefile: 4
file content (41 lines) | stat: -rw-r--r-- 1,166 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
geniplate 0.7.8 (released 2020-06-18):
* Support GHC 9.0.1

geniplate 0.7.7 (released 2020-04-01):
* Support GHC 8.10.1

geniplate 0.7.6 (released 2018-02-07):
* Support GHC 8.4.1
  Contributed by Andrés Sicard-Ramírez.

geniplate 0.7.5 (released 2017-04-24):
* Support GHC 8.2.1
  Contributed by Andrés Sicard-Ramírez.

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.