Skip to content

Commit

Permalink
Allow relude 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
avh4 committed Apr 13, 2023
1 parent 85c642d commit 55557eb
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions avh4-lib/avh4-lib.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ library
, mtl >=2.2.2 && <3
, pooled-io >=0.0.2 && <0.1
, process >=1.6.13.2 && <2
, relude >=1.1.0.0 && <1.2
, relude >=1.1.0.0 && <1.3
, text >=2.0 && <3
default-language: Haskell2010

Expand Down Expand Up @@ -94,7 +94,7 @@ test-suite al-tests
, mtl >=2.2.2 && <3
, pooled-io >=0.0.2 && <0.1
, process >=1.6.13.2 && <2
, relude >=1.1.0.0 && <1.2
, relude >=1.1.0.0 && <1.3
, tasty >=1.2 && <2
, tasty-hunit >=0.10.0.1 && <0.11
, text >=2.0 && <3
Expand Down
2 changes: 1 addition & 1 deletion avh4-lib/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies:
mtl: ">= 2.2.2 && < 3"
pooled-io: ">= 0.0.2 && < 0.1"
process: ">= 1.6.13.2 && < 2"
relude: ">= 1.1.0.0 && < 1.2"
relude: ">= 1.1.0.0 && < 1.3"
text: ">= 2.0 && < 3"


Expand Down
2 changes: 1 addition & 1 deletion cabal.project.freeze
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ constraints: any.Glob ==0.10.2,
any.process ==1.6.16.0,
any.quickcheck-io ==0.2.0,
any.random ==1.2.1.1,
any.relude ==1.1.0.0,
any.relude ==1.2.0.0,
any.resourcet ==1.2.6,
any.rts ==1.0.2,
any.scientific ==0.3.7.0,
Expand Down
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let
haskellPackageOverrides = pkgs: self: super:
with pkgs.haskell.lib; rec {
hedgehog = self.hedgehog_1_2;
relude = overrideCabal super.relude (orig: { doCheck = false; });
relude = overrideCabal super.relude_1_2_0_0 (orig: { doCheck = false; });
text = self.text_2_0_2;
unordered-containers =
overrideCabal super.unordered-containers (orig: { doCheck = false; });
Expand Down
6 changes: 3 additions & 3 deletions elm-format-lib/elm-format-lib.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.2

-- This file has been generated from package.yaml by hpack version 0.35.1.
-- This file has been generated from package.yaml by hpack version 0.35.2.
--
-- see: https://github.com/sol/hpack

Expand Down Expand Up @@ -99,7 +99,7 @@ library
, elm-format-markdown
, mtl >=2.2.2 && <3
, optparse-applicative >=0.17.0.0 && <0.18
, relude >=1.1.0.0 && <1.2
, relude >=1.1.0.0 && <1.3
, text >=2.0 && <3
default-language: Haskell2010

Expand Down Expand Up @@ -206,7 +206,7 @@ test-suite efl-tests
, hspec >=2.7.4 && <3
, mtl >=2.2.2 && <3
, optparse-applicative >=0.17.0.0 && <0.18
, relude >=1.1.0.0 && <1.2
, relude >=1.1.0.0 && <1.3
, split >=0.2.3.4 && <0.3
, tasty >=1.2 && <2
, tasty-hspec >=1.2.0.1 && <1.3
Expand Down
2 changes: 1 addition & 1 deletion elm-format-lib/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies:
containers: ">= 0.6.5.1 && < 0.7"
mtl: ">= 2.2.2 && < 3"
optparse-applicative: ">= 0.17.0.0 && < 0.18"
relude: ">= 1.1.0.0 && < 1.2"
relude: ">= 1.1.0.0 && < 1.3"
text: ">= 2.0 && < 3"
avh4-lib: {}
elm-format-markdown: {}
Expand Down
6 changes: 3 additions & 3 deletions elm-format.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.2

-- This file has been generated from package.yaml by hpack version 0.35.1.
-- This file has been generated from package.yaml by hpack version 0.35.2.
--
-- see: https://github.com/sol/hpack

Expand Down Expand Up @@ -53,7 +53,7 @@ executable elm-format
, bytestring >=0.11.3.0 && <0.12
, elm-format-lib
, optparse-applicative >=0.17.0.0 && <0.18
, relude >=1.1.0.0 && <1.2
, relude >=1.1.0.0 && <1.3
, text >=2.0 && <3
default-language: Haskell2010

Expand Down Expand Up @@ -96,7 +96,7 @@ test-suite elm-format-tests
, hspec >=2.7.4 && <3
, optparse-applicative >=0.17.0.0 && <0.18
, quickcheck-io >=0.2.0 && <0.3
, relude >=1.1.0.0 && <1.2
, relude >=1.1.0.0 && <1.3
, tasty >=1.2 && <2
, tasty-hspec >=1.2.0.1 && <1.3
, tasty-hunit >=0.10.0.1 && <0.11
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies:
base: ">= 4.15.0.0 && < 5"
bytestring: ">= 0.11.3.0 && < 0.12"
optparse-applicative: ">= 0.17.0.0 && < 0.18"
relude: ">= 1.1.0.0 && < 1.2"
relude: ">= 1.1.0.0 && < 1.3"
text: ">= 2.0 && < 3"
avh4-lib: {}
elm-format-lib: {}
Expand Down

0 comments on commit 55557eb

Please sign in to comment.