4 Commits
Author SHA1 Message Date
jlamothe 0db09b0420 moved from GitHub to Fingerprint Software git repo 2022-01-28 15:01:38 -05:00
jlamothe f62dd46f82 removed travis config 2022-01-28 15:00:48 -05:00
jlamothe 925f887af1 do not fail on warning 2020-11-20 19:36:33 -05:00
jlamothe d0a1ec6774 added Travis CI configuration 2020-11-20 19:35:16 -05:00
2 changed files with 7 additions and 13 deletions
+1 -2
View File
@@ -1,10 +1,10 @@
name: subfix name: subfix
version: 0.1.0 version: 0.1.0
github: "jlamothe/subfix"
license: GPL-3 license: GPL-3
author: "Jonathan Lamothe" author: "Jonathan Lamothe"
maintainer: "jonathan@jlamothe.net" maintainer: "jonathan@jlamothe.net"
copyright: "Jonathan Lamothe" copyright: "Jonathan Lamothe"
homepage: "https://git.fingerprintsoftware.ca/jlamothe/subfix"
extra-source-files: extra-source-files:
- README.md - README.md
@@ -21,7 +21,6 @@ description: Please see the README on GitHub at <https://github.com/jlam
ghc-options: ghc-options:
- -Wall - -Wall
- -Werror
dependencies: dependencies:
- base >= 4.7 && < 5 - base >= 4.7 && < 5
+6 -11
View File
@@ -1,18 +1,17 @@
cabal-version: 1.12 cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.33.0. -- This file has been generated from package.yaml by hpack version 0.34.4.
-- --
-- see: https://github.com/sol/hpack -- see: https://github.com/sol/hpack
-- --
-- hash: ba775360fd43dcdbf4bd590f4ac7b236109f33b1dabbda11cde0436d35d1399f -- hash: d27dd9ccaaf539b7d1e0fc8be1df5576122d1476e8235b5a3dee69a33e391c9f
name: subfix name: subfix
version: 0.1.0 version: 0.1.0
synopsis: Fixes .srt files synopsis: Fixes .srt files
description: Please see the README on GitHub at <https://github.com/jlamothe/subfix#readme> description: Please see the README on GitHub at <https://github.com/jlamothe/subfix#readme>
category: Utilities category: Utilities
homepage: https://github.com/jlamothe/subfix#readme homepage: https://git.fingerprintsoftware.ca/jlamothe/subfix
bug-reports: https://github.com/jlamothe/subfix/issues
author: Jonathan Lamothe author: Jonathan Lamothe
maintainer: jonathan@jlamothe.net maintainer: jonathan@jlamothe.net
copyright: Jonathan Lamothe copyright: Jonathan Lamothe
@@ -23,10 +22,6 @@ extra-source-files:
README.md README.md
ChangeLog.md ChangeLog.md
source-repository head
type: git
location: https://github.com/jlamothe/subfix
library library
exposed-modules: exposed-modules:
SubFix SubFix
@@ -35,7 +30,7 @@ library
Paths_subfix Paths_subfix
hs-source-dirs: hs-source-dirs:
src src
ghc-options: -Wall -Werror ghc-options: -Wall
build-depends: build-depends:
base >=4.7 && <5 base >=4.7 && <5
, transformers >=0.5.6.2 && <0.6 , transformers >=0.5.6.2 && <0.6
@@ -47,7 +42,7 @@ executable subfix
Paths_subfix Paths_subfix
hs-source-dirs: hs-source-dirs:
app app
ghc-options: -Wall -Werror -threaded -rtsopts -with-rtsopts=-N ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
build-depends: build-depends:
base >=4.7 && <5 base >=4.7 && <5
, subfix , subfix
@@ -68,7 +63,7 @@ test-suite subfix-test
Paths_subfix Paths_subfix
hs-source-dirs: hs-source-dirs:
test test
ghc-options: -Wall -Werror -threaded -rtsopts -with-rtsopts=-N ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
build-depends: build-depends:
base >=4.7 && <5 base >=4.7 && <5
, hspec >=2.7.4 && <2.8 , hspec >=2.7.4 && <2.8