haskell-ffprobe-0.1.0.1: haskell-ffprobe.cabal
cabal-version: 2.2
-- This file has been generated from package.yaml by hpack version 0.36.0.
--
-- see: https://github.com/sol/hpack
name: haskell-ffprobe
version: 0.1.0.1
synopsis: Haskell bindings for ffprobe
description: Use ffprobe data in Haskell. Checkout the README on GitHub for an example.
category: Bindings
homepage: https://github.com/Arthi-chaud/haskell-ffprobe#readme
bug-reports: https://github.com/Arthi-chaud/haskell-ffprobe/issues
author: Arthi-chaud
maintainer: Arthi-chaud
copyright: 2024 Arthi-chaud
license: BSD-3-Clause
license-file: LICENSE
build-type: Simple
extra-doc-files:
README.md
CHANGELOG.md
source-repository head
type: git
location: https://github.com/Arthi-chaud/haskell-ffprobe
library
exposed-modules:
FFProbe
FFProbe.Data.Chapter
FFProbe.Data.Format
FFProbe.Data.Stream
FFProbe.Data.Tags
other-modules:
FFProbe.Data.Tags.Internal
FFProbe.Exec
FFProbe.Internal
Paths_haskell_ffprobe
autogen-modules:
Paths_haskell_ffprobe
hs-source-dirs:
src
default-extensions:
OverloadedStrings
LambdaCase
FlexibleInstances
RecordWildCards
DeriveGeneric
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints
build-depends:
aeson >=2.1.2.1 && <=2.2.3.0
, base >=4.7 && <5
, bytestring >=0.11.5 && <0.12
, process >=1.6.18 && <1.7
, scientific >=0.3.7 && <=0.3.8.0
, text >=2.0.2 && <2.1
default-language: Haskell2010
test-suite haskell-ffprobe-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
FFProbe.Data.TestChapter
FFProbe.Data.TestFormat
FFProbe.Data.TestStream
FFProbe.TestFFProbe
Utils
Paths_haskell_ffprobe
autogen-modules:
Paths_haskell_ffprobe
hs-source-dirs:
test
default-extensions:
OverloadedStrings
LambdaCase
FlexibleInstances
RecordWildCards
DeriveGeneric
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N
build-depends:
aeson >=2.1.2.1 && <=2.2.3.0
, base >=4.7 && <5
, bytestring >=0.11.5 && <0.12
, haskell-ffprobe
, hspec
, hspec-expectations
default-language: Haskell2010