subfix/subfix.cabal

75 lines
1.8 KiB
Plaintext

cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.33.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: ce33ad286b77569617c489030c5bec8597e68ad69f7a34c12d95ad54614a59f2
name: subfix
version: 0.0.0
synopsis: Fixes .srt files
description: Please see the README on GitHub at <https://github.com/jlamothe/subfix#readme>
category: Utilities
homepage: https://github.com/jlamothe/subfix#readme
bug-reports: https://github.com/jlamothe/subfix/issues
author: Jonathan Lamothe
maintainer: jonathan@jlamothe.net
copyright: Jonathan Lamothe
license: GPL-3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
source-repository head
type: git
location: https://github.com/jlamothe/subfix
library
exposed-modules:
SubFix
SubFix.Internal
other-modules:
Paths_subfix
hs-source-dirs:
src
ghc-options: -Wall -Werror
build-depends:
base >=4.7 && <5
, transformers >=0.5.6.2 && <0.6
default-language: Haskell2010
executable subfix
main-is: Main.hs
other-modules:
Paths_subfix
hs-source-dirs:
app
ghc-options: -Wall -Werror -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.7 && <5
, subfix
default-language: Haskell2010
test-suite subfix-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
SubFix.ConvertSpec
SubFix.DecodeSpec
SubFix.Internal.DecodeTimeSpec
SubFix.Internal.TimestampSpec
SubFix.InternalSpec
SubFixSpec
Paths_subfix
hs-source-dirs:
test
ghc-options: -Wall -Werror -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.7 && <5
, hspec >=2.7.4 && <2.8
, subfix
default-language: Haskell2010