-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrepisodes.cabal
More file actions
36 lines (31 loc) · 903 Bytes
/
Copy pathrepisodes.cabal
File metadata and controls
36 lines (31 loc) · 903 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
name: repisodes
category: Renaming
version: 0.1.1.0
cabal-version: >=1.10
synopsis: Batch renaming of tv-episode filenames.
description: Batch renaming of tv-episode filenames.
license: GPL-2
license-file: LICENSE.md
author: Mazdak Farrokhzad <[email protected]>
maintainer: [email protected]
build-type: Simple
extra-source-files:
tested-with: GHC == 8.0.2
executable repisodes
main-is: Repisodes.hs
build-depends:
base >=4.8 && < 5
, filepath >= 1.4 && < 2.0
, directory >= 1.2 && < 2.0
, containers >= 0.5.7.1 && < 0.6.0.0
, regex-applicative >= 0.3.3 && < 0.4.0
, optparse-applicative >= 0.13.1.0 && < 0.14.0.0
, ansi-wl-pprint >= 0.6.7.3 && < 0.7.0.0
, deepseq >= 1.1.0.0 && < 2.0.0.0
other-modules: Args
hs-source-dirs: ./
default-language: Haskell2010
ghc-options:
-O2
-Wall
-Werror