File: CHANGELOG

package info (click to toggle)
haskell-refact 0.3.0.2-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 64 kB
  • sloc: haskell: 39; makefile: 4
file content (17 lines) | stat: -rw-r--r-- 231 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 0.3.0.1

* Fix documentation

# 0.3

* Added `Import` to `RType`.
* Added an rtype field to `Delete`.

# 0.2

* Changed representation of SrcSpan as suggested by #1.
* Added Data and Typeable instances.

# 0.1

* Initial Release