Skip to content

Commit 2c86343

Browse files
authored
Merge pull request haskell#10904 from haskell/bump-versions-3.14.2.0
Bump version fields of main packages to 3.14.2.0
2 parents f49a5fa + 79567b2 commit 2c86343

File tree

6 files changed

+73
-73
lines changed

6 files changed

+73
-73
lines changed

Cabal-hooks/Cabal-hooks.cabal

Lines changed: 68 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -1,68 +1,68 @@
1-
cabal-version: 2.2
2-
name: Cabal-hooks
3-
version: 3.14
4-
copyright: 2023, Cabal Development Team
5-
license: BSD-3-Clause
6-
license-file: LICENSE
7-
author: Cabal Development Team <[email protected]>
8-
maintainer: [email protected]
9-
homepage: http://www.haskell.org/cabal/
10-
bug-reports: https://github.com/haskell/cabal/issues
11-
synopsis: API for the Hooks build-type
12-
description:
13-
User-facing API for the Hooks build-type.
14-
category: Distribution
15-
build-type: Simple
16-
17-
extra-doc-files:
18-
README.md CHANGELOG.md
19-
20-
source-repository head
21-
type: git
22-
location: https://github.com/haskell/cabal/
23-
subdir: Cabal-hooks
24-
25-
library
26-
default-language: Haskell2010
27-
hs-source-dirs: src
28-
29-
build-depends:
30-
Cabal-syntax >= 3.14 && < 3.15,
31-
Cabal >= 3.14 && < 3.15,
32-
base >= 4.13 && < 5,
33-
containers >= 0.5.0.0 && < 0.8,
34-
transformers >= 0.5.6.0 && < 0.7
35-
36-
ghc-options: -Wall -fno-ignore-asserts -fwarn-tabs -fwarn-incomplete-uni-patterns -fwarn-incomplete-record-updates
37-
38-
exposed-modules:
39-
Distribution.Simple.SetupHooks
40-
41-
other-extensions:
42-
BangPatterns
43-
CPP
44-
DefaultSignatures
45-
DeriveDataTypeable
46-
DeriveFoldable
47-
DeriveFunctor
48-
DeriveGeneric
49-
DeriveTraversable
50-
ExistentialQuantification
51-
FlexibleContexts
52-
FlexibleInstances
53-
GeneralizedNewtypeDeriving
54-
ImplicitParams
55-
KindSignatures
56-
LambdaCase
57-
NondecreasingIndentation
58-
OverloadedStrings
59-
PatternSynonyms
60-
RankNTypes
61-
RecordWildCards
62-
ScopedTypeVariables
63-
StandaloneDeriving
64-
Trustworthy
65-
TypeFamilies
66-
TypeOperators
67-
TypeSynonymInstances
68-
UndecidableInstances
1+
cabal-version: 2.2
2+
name: Cabal-hooks
3+
version: 3.14
4+
copyright: 2023, Cabal Development Team
5+
license: BSD-3-Clause
6+
license-file: LICENSE
7+
author: Cabal Development Team <[email protected]>
8+
maintainer: [email protected]
9+
homepage: http://www.haskell.org/cabal/
10+
bug-reports: https://github.com/haskell/cabal/issues
11+
synopsis: API for the Hooks build-type
12+
description:
13+
User-facing API for the Hooks build-type.
14+
category: Distribution
15+
build-type: Simple
16+
17+
extra-doc-files:
18+
README.md CHANGELOG.md
19+
20+
source-repository head
21+
type: git
22+
location: https://github.com/haskell/cabal/
23+
subdir: Cabal-hooks
24+
25+
library
26+
default-language: Haskell2010
27+
hs-source-dirs: src
28+
29+
build-depends:
30+
Cabal-syntax >= 3.14 && < 3.15,
31+
Cabal >= 3.14 && < 3.15,
32+
base >= 4.13 && < 5,
33+
containers >= 0.5.0.0 && < 0.8,
34+
transformers >= 0.5.6.0 && < 0.7
35+
36+
ghc-options: -Wall -fno-ignore-asserts -fwarn-tabs -fwarn-incomplete-uni-patterns -fwarn-incomplete-record-updates
37+
38+
exposed-modules:
39+
Distribution.Simple.SetupHooks
40+
41+
other-extensions:
42+
BangPatterns
43+
CPP
44+
DefaultSignatures
45+
DeriveDataTypeable
46+
DeriveFoldable
47+
DeriveFunctor
48+
DeriveGeneric
49+
DeriveTraversable
50+
ExistentialQuantification
51+
FlexibleContexts
52+
FlexibleInstances
53+
GeneralizedNewtypeDeriving
54+
ImplicitParams
55+
KindSignatures
56+
LambdaCase
57+
NondecreasingIndentation
58+
OverloadedStrings
59+
PatternSynonyms
60+
RankNTypes
61+
RecordWildCards
62+
ScopedTypeVariables
63+
StandaloneDeriving
64+
Trustworthy
65+
TypeFamilies
66+
TypeOperators
67+
TypeSynonymInstances
68+
UndecidableInstances

Cabal-syntax/Cabal-syntax.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: Cabal-syntax
3-
version: 3.14.1.1
3+
version: 3.14.2.0
44
copyright: 2003-2024, Cabal Development Team (see AUTHORS file)
55
license: BSD-3-Clause
66
license-file: LICENSE

Cabal/Cabal.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: Cabal
3-
version: 3.14.2
3+
version: 3.14.2.0
44
copyright: 2003-2024, Cabal Development Team (see AUTHORS file)
55
license: BSD-3-Clause
66
license-file: LICENSE

cabal-install-solver/cabal-install-solver.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: cabal-install-solver
3-
version: 3.14.1.1
3+
version: 3.14.2.0
44
synopsis: The solver component of cabal-install
55
description:
66
The solver component used in the cabal-install command-line program.

cabal-install/cabal-install.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Cabal-Version: 3.0
22

33
Name: cabal-install
4-
Version: 3.14.1.1
4+
Version: 3.14.2.0
55
Synopsis: The command-line interface for Cabal and Hackage.
66
Description:
77
The \'cabal\' command-line program simplifies the process of managing

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
sys.path.insert(0, os.path.abspath('.'))
1414
import cabaldomain
1515

16-
version = "3.13.0.0"
16+
version = "3.14.2.0"
1717

1818
extensions = [
1919
'sphinx.ext.extlinks',

0 commit comments

Comments
 (0)