-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbumper.cabal
43 lines (40 loc) · 1.17 KB
/
bumper.cabal
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
37
38
39
40
41
42
43
name: bumper
version: 0.6.0.3
synopsis: Automatically bump package versions, also transitively.
description: Automatically bump package versions, also transitively.
.
Readme: <https://www.github.com/silkapp/bumper/blob/master/README.md>
author: Silk
copyright: (c) 2012, Silk
maintainer: [email protected]
homepage: http://github.com/silkapp/bumper
category: Development
license: BSD3
license-file: LICENSE
cabal-version: >= 1.6
build-type: Simple
extra-source-files:
CHANGELOG.md
LICENSE
README.md
source-repository head
type: git
location: https://github.com/silkapp/bumper.git
executable bumper
ghc-options: -Wall
hs-source-dirs: src
main-is: Bumper.hs
other-modules:
Config
Package
Paths_bumper
Version
build-depends:
base == 4.*
, Cabal >= 1.6 && < 1.26
, containers >= 0.4 && < 0.6
, fclabels >= 1.0 && < 2.1
, process >= 1.0 && < 1.5
, regex-compat >= 0.93 && < 0.96
, split >= 0.1 && < 0.3
, strict == 0.3.2