File: ChangeLog.md

package info (click to toggle)
haskell-gi-vte 2.91.27-1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 112 kB
  • sloc: haskell: 17; makefile: 5
file content (47 lines) | stat: -rwxr-xr-x 1,517 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
42
43
44
45
46
47
### 2.91.27

+ Add overrides so code generation works for [vte_terminal_spawn_async](https://hackage.haskell.org/package/gi-vte-2.91.27/docs/GI-Vte-Objects-Terminal.html#g:method:spawnAsync) and [vte_pty_spawn_async](https://hackage.haskell.org/package/gi-vte-2.91.27/docs/GI-Vte-Objects-Pty.html#g:method:spawnAsync), see [issue 297](https://github.com/haskell-gi/haskell-gi/issues/297).

### 2.91.26

+ Upgrade to haskell-gi-base-0.24

### 2.91.25

+ Update for haskell-gi(-base)-0.23

### 2.91.24

+ Add support for inherited dependencies

### 2.91.23

+ Tighten bounds in haskell-gi(-base)

### 2.91.22

+ List autogenerated modules in .cabal file

### 2.91.21

+ Update to haskell-gi(-base) 0.22

### 2.91.20

+ Update stack version to 12.10

### 2.91.19

+ Properly annotate the return value of [terminalGetWindowTitle](https://hackage.haskell.org/package/gi-vte-2.91.19/docs/GI-Vte-Objects-Terminal.html#v:terminalGetWindowTitle) as nullable.

### 2.91.18

+ Properly annotate the return value of [terminalGetCurrentDirectoryUri](https://hackage.haskell.org/package/gi-vte-2.91.18/docs/GI-Vte-Objects-Terminal.html#v:terminalGetCurrentDirectoryUri) as nullable.

### 2.91.17

+ Remove enable-overloading flags, and use instead explicit CPP checks for 'haskell-gi-overloading-1.0', see [how to disable overloading](https://github.com/haskell-gi/haskell-gi/wiki/Overloading\#disabling-overloading).

### 2.91.13

Do not generate code for Terminal.event_check_regex_simple, since it has wrong introspection data.