Skip to content

Commit 5e15805

Browse files
authored
Merge pull request #12 from bitmappergit/master
Raised upper bound for base library version
2 parents 3958e21 + 60fce24 commit 5e15805

6 files changed

+173
-19
lines changed

core/nyan-interpolation-core.cabal

+68-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
cabal-version: 2.0
22

3-
-- This file has been generated from package.yaml by hpack version 0.33.0.
3+
-- This file has been generated from package.yaml by hpack version 0.35.0.
44
--
55
-- see: https://github.com/sol/hpack
66
--
7-
-- hash: d7bdab01e5bca79d0df2d7d3f539908dabd879f2bfc7706bd8da73a7b438387a
7+
-- hash: 454835beb066a76fcd19ff1540bc89d3e2f2732ac9d7164ec5903d0eb782bebd
88

99
name: nyan-interpolation-core
1010
version: 0.9
@@ -43,10 +43,40 @@ library
4343
Paths_nyan_interpolation_core
4444
hs-source-dirs:
4545
src
46-
default-extensions: AllowAmbiguousTypes BangPatterns BlockArguments ConstraintKinds DataKinds DefaultSignatures DeriveDataTypeable DeriveGeneric DerivingStrategies FlexibleContexts FlexibleInstances FunctionalDependencies GeneralizedNewtypeDeriving LambdaCase MultiParamTypeClasses MultiWayIf NamedFieldPuns OverloadedStrings RankNTypes RecordWildCards ScopedTypeVariables StandaloneDeriving TemplateHaskell TupleSections TypeFamilies UndecidableInstances ViewPatterns TypeApplications TypeOperators QuasiQuotes
46+
default-extensions:
47+
AllowAmbiguousTypes
48+
BangPatterns
49+
BlockArguments
50+
ConstraintKinds
51+
DataKinds
52+
DefaultSignatures
53+
DeriveDataTypeable
54+
DeriveGeneric
55+
DerivingStrategies
56+
FlexibleContexts
57+
FlexibleInstances
58+
FunctionalDependencies
59+
GeneralizedNewtypeDeriving
60+
LambdaCase
61+
MultiParamTypeClasses
62+
MultiWayIf
63+
NamedFieldPuns
64+
OverloadedStrings
65+
RankNTypes
66+
RecordWildCards
67+
ScopedTypeVariables
68+
StandaloneDeriving
69+
TemplateHaskell
70+
TupleSections
71+
TypeFamilies
72+
UndecidableInstances
73+
ViewPatterns
74+
TypeApplications
75+
TypeOperators
76+
QuasiQuotes
4777
ghc-options: -Weverything -Wno-missing-export-lists -Wno-missing-exported-signatures -Wno-missing-import-lists -Wno-missed-specialisations -Wno-all-missed-specialisations -Wno-unsafe -Wno-safe -Wno-missing-local-signatures -Wno-monomorphism-restriction -Wno-implicit-prelude -Wno-prepositive-qualified-module -Wno-missing-safe-haskell-mode -Wno-unused-packages
4878
build-depends:
49-
base <4.15
79+
base <4.17
5080
, fmt
5181
, megaparsec
5282
, mtl
@@ -67,15 +97,47 @@ test-suite nyan-interpolation-core-tests
6797
Test.ValueInterpolators
6898
Tree
6999
Paths_nyan_interpolation_core
100+
autogen-modules:
101+
Paths_nyan_interpolation_core
70102
hs-source-dirs:
71103
tests
72-
default-extensions: AllowAmbiguousTypes BangPatterns BlockArguments ConstraintKinds DataKinds DefaultSignatures DeriveDataTypeable DeriveGeneric DerivingStrategies FlexibleContexts FlexibleInstances FunctionalDependencies GeneralizedNewtypeDeriving LambdaCase MultiParamTypeClasses MultiWayIf NamedFieldPuns OverloadedStrings RankNTypes RecordWildCards ScopedTypeVariables StandaloneDeriving TemplateHaskell TupleSections TypeFamilies UndecidableInstances ViewPatterns TypeApplications TypeOperators QuasiQuotes
104+
default-extensions:
105+
AllowAmbiguousTypes
106+
BangPatterns
107+
BlockArguments
108+
ConstraintKinds
109+
DataKinds
110+
DefaultSignatures
111+
DeriveDataTypeable
112+
DeriveGeneric
113+
DerivingStrategies
114+
FlexibleContexts
115+
FlexibleInstances
116+
FunctionalDependencies
117+
GeneralizedNewtypeDeriving
118+
LambdaCase
119+
MultiParamTypeClasses
120+
MultiWayIf
121+
NamedFieldPuns
122+
OverloadedStrings
123+
RankNTypes
124+
RecordWildCards
125+
ScopedTypeVariables
126+
StandaloneDeriving
127+
TemplateHaskell
128+
TupleSections
129+
TypeFamilies
130+
UndecidableInstances
131+
ViewPatterns
132+
TypeApplications
133+
TypeOperators
134+
QuasiQuotes
73135
ghc-options: -Weverything -Wno-missing-export-lists -Wno-missing-exported-signatures -Wno-missing-import-lists -Wno-missed-specialisations -Wno-all-missed-specialisations -Wno-unsafe -Wno-safe -Wno-missing-local-signatures -Wno-monomorphism-restriction -Wno-implicit-prelude -Wno-prepositive-qualified-module -Wno-missing-safe-haskell-mode -Wno-unused-packages
74136
build-tool-depends:
75137
tasty-discover:tasty-discover
76138
build-depends:
77139
HUnit
78-
, base <4.15
140+
, base <4.17
79141
, fmt
80142
, megaparsec
81143
, mtl

core/package.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ default-extensions: *default-extensions
1919
ghc-options: *ghc-options
2020

2121
dependencies:
22-
- base <4.15
22+
- base <4.17
2323
- fmt
2424
- megaparsec
2525
- mtl

full/nyan-interpolation.cabal

+68-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
cabal-version: 2.0
22

3-
-- This file has been generated from package.yaml by hpack version 0.33.0.
3+
-- This file has been generated from package.yaml by hpack version 0.35.0.
44
--
55
-- see: https://github.com/sol/hpack
66
--
7-
-- hash: 191c85a1a5dfccaa3abfb718b94a0a57cdb576f10a674129e73519fc12ed58c6
7+
-- hash: a77f2eae2cfd2c173f77963a2f6af54c0547b52b2841f478fa358fb6756a163c
88

99
name: nyan-interpolation
1010
version: 0.9
@@ -36,10 +36,40 @@ library
3636
Paths_nyan_interpolation
3737
hs-source-dirs:
3838
src
39-
default-extensions: AllowAmbiguousTypes BangPatterns BlockArguments ConstraintKinds DataKinds DefaultSignatures DeriveDataTypeable DeriveGeneric DerivingStrategies FlexibleContexts FlexibleInstances FunctionalDependencies GeneralizedNewtypeDeriving LambdaCase MultiParamTypeClasses MultiWayIf NamedFieldPuns OverloadedStrings RankNTypes RecordWildCards ScopedTypeVariables StandaloneDeriving TemplateHaskell TupleSections TypeFamilies UndecidableInstances ViewPatterns TypeApplications TypeOperators QuasiQuotes
39+
default-extensions:
40+
AllowAmbiguousTypes
41+
BangPatterns
42+
BlockArguments
43+
ConstraintKinds
44+
DataKinds
45+
DefaultSignatures
46+
DeriveDataTypeable
47+
DeriveGeneric
48+
DerivingStrategies
49+
FlexibleContexts
50+
FlexibleInstances
51+
FunctionalDependencies
52+
GeneralizedNewtypeDeriving
53+
LambdaCase
54+
MultiParamTypeClasses
55+
MultiWayIf
56+
NamedFieldPuns
57+
OverloadedStrings
58+
RankNTypes
59+
RecordWildCards
60+
ScopedTypeVariables
61+
StandaloneDeriving
62+
TemplateHaskell
63+
TupleSections
64+
TypeFamilies
65+
UndecidableInstances
66+
ViewPatterns
67+
TypeApplications
68+
TypeOperators
69+
QuasiQuotes
4070
ghc-options: -Weverything -Wno-missing-export-lists -Wno-missing-exported-signatures -Wno-missing-import-lists -Wno-missed-specialisations -Wno-all-missed-specialisations -Wno-unsafe -Wno-safe -Wno-missing-local-signatures -Wno-monomorphism-restriction -Wno-implicit-prelude -Wno-prepositive-qualified-module -Wno-missing-safe-haskell-mode -Wno-unused-packages
4171
build-depends:
42-
base <4.15
72+
base <4.17
4373
, fmt
4474
, haskell-src-exts
4575
, haskell-src-meta
@@ -56,15 +86,47 @@ test-suite nyan-interpolation-tests
5686
Test.ShowInterpolator
5787
Tree
5888
Paths_nyan_interpolation
89+
autogen-modules:
90+
Paths_nyan_interpolation
5991
hs-source-dirs:
6092
tests
61-
default-extensions: AllowAmbiguousTypes BangPatterns BlockArguments ConstraintKinds DataKinds DefaultSignatures DeriveDataTypeable DeriveGeneric DerivingStrategies FlexibleContexts FlexibleInstances FunctionalDependencies GeneralizedNewtypeDeriving LambdaCase MultiParamTypeClasses MultiWayIf NamedFieldPuns OverloadedStrings RankNTypes RecordWildCards ScopedTypeVariables StandaloneDeriving TemplateHaskell TupleSections TypeFamilies UndecidableInstances ViewPatterns TypeApplications TypeOperators QuasiQuotes
93+
default-extensions:
94+
AllowAmbiguousTypes
95+
BangPatterns
96+
BlockArguments
97+
ConstraintKinds
98+
DataKinds
99+
DefaultSignatures
100+
DeriveDataTypeable
101+
DeriveGeneric
102+
DerivingStrategies
103+
FlexibleContexts
104+
FlexibleInstances
105+
FunctionalDependencies
106+
GeneralizedNewtypeDeriving
107+
LambdaCase
108+
MultiParamTypeClasses
109+
MultiWayIf
110+
NamedFieldPuns
111+
OverloadedStrings
112+
RankNTypes
113+
RecordWildCards
114+
ScopedTypeVariables
115+
StandaloneDeriving
116+
TemplateHaskell
117+
TupleSections
118+
TypeFamilies
119+
UndecidableInstances
120+
ViewPatterns
121+
TypeApplications
122+
TypeOperators
123+
QuasiQuotes
62124
ghc-options: -Weverything -Wno-missing-export-lists -Wno-missing-exported-signatures -Wno-missing-import-lists -Wno-missed-specialisations -Wno-all-missed-specialisations -Wno-unsafe -Wno-safe -Wno-missing-local-signatures -Wno-monomorphism-restriction -Wno-implicit-prelude -Wno-prepositive-qualified-module -Wno-missing-safe-haskell-mode -Wno-unused-packages
63125
build-tool-depends:
64126
tasty-discover:tasty-discover
65127
build-depends:
66128
HUnit
67-
, base <4.15
129+
, base <4.17
68130
, fmt
69131
, haskell-src-exts
70132
, haskell-src-meta

full/package.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ default-extensions: *default-extensions
1919
ghc-options: *ghc-options
2020

2121
dependencies:
22-
- base <4.15
22+
- base <4.17
2323
- fmt # need a direct dep to link things in haddock
2424
- haskell-src-exts
2525
- haskell-src-meta

simple/nyan-interpolation-simple.cabal

+34-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
cabal-version: 2.0
22

3-
-- This file has been generated from package.yaml by hpack version 0.33.0.
3+
-- This file has been generated from package.yaml by hpack version 0.35.0.
44
--
55
-- see: https://github.com/sol/hpack
66
--
7-
-- hash: 0f7a41cfc7a9c3228fd7625e552435da154d7ae3a5876db08ecf3348848f79a2
7+
-- hash: 3ec4653947d7d52aad6fc03fff069713840f6b334e560a138a0906d8b6b94155
88

99
name: nyan-interpolation-simple
1010
version: 0.9
@@ -34,10 +34,40 @@ library
3434
Paths_nyan_interpolation_simple
3535
hs-source-dirs:
3636
src
37-
default-extensions: AllowAmbiguousTypes BangPatterns BlockArguments ConstraintKinds DataKinds DefaultSignatures DeriveDataTypeable DeriveGeneric DerivingStrategies FlexibleContexts FlexibleInstances FunctionalDependencies GeneralizedNewtypeDeriving LambdaCase MultiParamTypeClasses MultiWayIf NamedFieldPuns OverloadedStrings RankNTypes RecordWildCards ScopedTypeVariables StandaloneDeriving TemplateHaskell TupleSections TypeFamilies UndecidableInstances ViewPatterns TypeApplications TypeOperators QuasiQuotes
37+
default-extensions:
38+
AllowAmbiguousTypes
39+
BangPatterns
40+
BlockArguments
41+
ConstraintKinds
42+
DataKinds
43+
DefaultSignatures
44+
DeriveDataTypeable
45+
DeriveGeneric
46+
DerivingStrategies
47+
FlexibleContexts
48+
FlexibleInstances
49+
FunctionalDependencies
50+
GeneralizedNewtypeDeriving
51+
LambdaCase
52+
MultiParamTypeClasses
53+
MultiWayIf
54+
NamedFieldPuns
55+
OverloadedStrings
56+
RankNTypes
57+
RecordWildCards
58+
ScopedTypeVariables
59+
StandaloneDeriving
60+
TemplateHaskell
61+
TupleSections
62+
TypeFamilies
63+
UndecidableInstances
64+
ViewPatterns
65+
TypeApplications
66+
TypeOperators
67+
QuasiQuotes
3868
ghc-options: -Weverything -Wno-missing-export-lists -Wno-missing-exported-signatures -Wno-missing-import-lists -Wno-missed-specialisations -Wno-all-missed-specialisations -Wno-unsafe -Wno-safe -Wno-missing-local-signatures -Wno-monomorphism-restriction -Wno-implicit-prelude -Wno-prepositive-qualified-module -Wno-missing-safe-haskell-mode -Wno-unused-packages
3969
build-depends:
40-
base <4.15
70+
base <4.17
4171
, nyan-interpolation-core
4272
, text
4373
default-language: Haskell2010

simple/package.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ default-extensions: *default-extensions
2020
ghc-options: *ghc-options
2121

2222
dependencies:
23-
- base <4.15
23+
- base <4.17
2424
- nyan-interpolation-core
2525
- text
2626

0 commit comments

Comments
 (0)