File: changelog

package info (click to toggle)
haskell-alsa-mixer 0.3.0.1-1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 88 kB
  • sloc: haskell: 218; makefile: 5
file content (20 lines) | stat: -rw-r--r-- 748 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
0.3.0.1 Thomas Tuegel <ttuegel@mailbox.org> 2023-12-09
    * Add +cross flag to .cabal file (#8)
    * Avoid returning [nullPtr] if mixer elements are empty (#13)

0.3.0 Thomas Tuegel <ttuegel@mailbox.org> 2018-12-09
    * Use C types in exported interface (#6)

0.2.0.3 Thomas Tuegel <ttuegel@gmail.com> 2016-01-06
    * Use capture channel to get capture volume (#4)

0.2.0.2 Thomas Tuegel <ttuegel@gmail.com> 2014-04-15
    * Relax version constraint on `unix' dependency

0.2.0.1 Thomas Tuegel <ttuegel@gmail.com> 2014-03-08
    * Correct documentation

0.2.0 Thomas Tuegel <ttuegel@gmail.com> 2014-03-02
    * Only release mixer from creating process
    * Use 'withMixer' to manage resource usage
    * Remove old TemplateHaskell definitions