Skip to content

Commit

Permalink
Bump bound on http-api-data
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Jul 27, 2024
1 parent 34e5bc3 commit 77e4a4d
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 9 deletions.
3 changes: 3 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@
${pkgs.gnused}/bin/sed -i "s/^homepage:\s*\(.*\)/homepage: https:\/\/github.com\/codedownio\/docker-engine/" "${dir}/docker-engine.cabal"
${pkgs.gnused}/bin/sed -i '/copyright:/d' "${dir}/docker-engine.cabal"
# Bump the bound on http-api-data
${pkgs.gnused}/bin/sed -i "s/^[^,]*,\shttp-api-data.*$/ , http-api-data >= 0.3.4 \&\& <0.7/" "${dir}/docker-engine.cabal"
# Remove some unnecessary files
rm "${dir}/openapi.yaml"
rm "${dir}/.travis.yml"
Expand Down
2 changes: 1 addition & 1 deletion v1.36/docker-engine.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ library
, containers >=0.5.0.0 && <0.8
, deepseq >= 1.4 && <1.6
, exceptions >= 0.4
, http-api-data >= 0.3.4 && <0.6
, http-api-data >= 0.3.4 && <0.7
, http-client >=0.5 && <0.8
, http-client-tls
, http-media >= 0.4 && < 0.9
Expand Down
2 changes: 1 addition & 1 deletion v1.37/docker-engine.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ library
, containers >=0.5.0.0 && <0.8
, deepseq >= 1.4 && <1.6
, exceptions >= 0.4
, http-api-data >= 0.3.4 && <0.6
, http-api-data >= 0.3.4 && <0.7
, http-client >=0.5 && <0.8
, http-client-tls
, http-media >= 0.4 && < 0.9
Expand Down
2 changes: 1 addition & 1 deletion v1.38/docker-engine.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ library
, containers >=0.5.0.0 && <0.8
, deepseq >= 1.4 && <1.6
, exceptions >= 0.4
, http-api-data >= 0.3.4 && <0.6
, http-api-data >= 0.3.4 && <0.7
, http-client >=0.5 && <0.8
, http-client-tls
, http-media >= 0.4 && < 0.9
Expand Down
2 changes: 1 addition & 1 deletion v1.39/docker-engine.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ library
, containers >=0.5.0.0 && <0.8
, deepseq >= 1.4 && <1.6
, exceptions >= 0.4
, http-api-data >= 0.3.4 && <0.6
, http-api-data >= 0.3.4 && <0.7
, http-client >=0.5 && <0.8
, http-client-tls
, http-media >= 0.4 && < 0.9
Expand Down
2 changes: 1 addition & 1 deletion v1.40/docker-engine.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ library
, containers >=0.5.0.0 && <0.8
, deepseq >= 1.4 && <1.6
, exceptions >= 0.4
, http-api-data >= 0.3.4 && <0.6
, http-api-data >= 0.3.4 && <0.7
, http-client >=0.5 && <0.8
, http-client-tls
, http-media >= 0.4 && < 0.9
Expand Down
2 changes: 1 addition & 1 deletion v1.41/docker-engine.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ library
, containers >=0.5.0.0 && <0.8
, deepseq >= 1.4 && <1.6
, exceptions >= 0.4
, http-api-data >= 0.3.4 && <0.6
, http-api-data >= 0.3.4 && <0.7
, http-client >=0.5 && <0.8
, http-client-tls
, http-media >= 0.4 && < 0.9
Expand Down
2 changes: 1 addition & 1 deletion v1.42/docker-engine.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ library
, containers >=0.5.0.0 && <0.8
, deepseq >= 1.4 && <1.6
, exceptions >= 0.4
, http-api-data >= 0.3.4 && <0.6
, http-api-data >= 0.3.4 && <0.7
, http-client >=0.5 && <0.8
, http-client-tls
, http-media >= 0.4 && < 0.9
Expand Down
2 changes: 1 addition & 1 deletion v1.43/docker-engine.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ library
, containers >=0.5.0.0 && <0.8
, deepseq >= 1.4 && <1.6
, exceptions >= 0.4
, http-api-data >= 0.3.4 && <0.6
, http-api-data >= 0.3.4 && <0.7
, http-client >=0.5 && <0.8
, http-client-tls
, http-media >= 0.4 && < 0.9
Expand Down
2 changes: 1 addition & 1 deletion v1.44/docker-engine.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ library
, containers >=0.5.0.0 && <0.8
, deepseq >= 1.4 && <1.6
, exceptions >= 0.4
, http-api-data >= 0.3.4 && <0.6
, http-api-data >= 0.3.4 && <0.7
, http-client >=0.5 && <0.8
, http-client-tls
, http-media >= 0.4 && < 0.9
Expand Down

0 comments on commit 77e4a4d

Please sign in to comment.