File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 22
33## Unreleased Changes
44
5+ ## 0.3.0.0
6+
7+ - [ breaking] Update Cabal package description file schema to 3.0 (can no longer run with low Cabal versions)
8+ - [ breaking] Use opus.h for includes instead of opus/opus.h for better Windows/Mingw compatibility
9+ - [ breaking] Use pkg-config on all platforms including Windows
10+ - Add CI to run tests on every pull request on GitHub
11+ - Modify test suite to remove dependency on ` opus-tools ` package (instead we now FFI into a local opus_compare.c)
12+ - Add Haddock documentation to all modules, values, and functions.
13+
514## 0.2.1.0
615
716- Remove stack from project as Cabal is enough and reduces complexity
Original file line number Diff line number Diff line change 11cabal-version : 3.0
22name : opus
3- version : 0.2.1 .0
3+ version : 0.3.0 .0
44synopsis : Bindings to libopus for the Opus audio codec
55description :
66 Provides Haskell FFI bindings to libopus, the reference implementation of
You can’t perform that action at this time.
0 commit comments