Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions opus.cabal
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
cabal-version: 3.0
name: opus
version: 0.2.1.0
synopsis: Bindings to libopus for the Opus audio codec
Expand Down Expand Up @@ -28,14 +29,13 @@ description:
Permission has been granted by the original author to publish this fork
under the same BSD3 license.
homepage: https://github.com/yutotakano/opus
license: BSD3
license: BSD-3-Clause
license-file: LICENSE
author: Markus Barenhoff <[email protected]>
maintainer: Yuto Takano <[email protected]>
copyright: Markus Barenhoff <[email protected]>, Yuto Takano <[email protected]>, Haskell Opus Library Contributors
category: Codec
build-type: Simple
cabal-version: >=1.12
tested-with: GHC ==9.4.8
extra-source-files:
README.md
Expand All @@ -56,7 +56,7 @@ library
Codec.Audio.Opus.Types,
Codec.Audio.Opus.Internal.Opus
default-language: Haskell2010
build-tools: hsc2hs
build-tool-depends: hsc2hs:hsc2hs
pkgconfig-depends: opus
ghc-options: -Wall
build-depends: base >= 4.7 && < 5,
Expand Down