Skip to content

Commit

Permalink
Lower bound on base64-bytestring (dhall-lang#2345)
Browse files Browse the repository at this point in the history
This will help fix the Nixpkgs build of dhall-nixpkgs, since
base64-bytestring is still held back at version 1.1.0.0
  • Loading branch information
Gabriella439 authored Dec 5, 2021
1 parent 631c4e6 commit 6726361
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
2 changes: 1 addition & 1 deletion dhall-nixpkgs/dhall-nixpkgs.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Executable dhall-to-nixpkgs
Build-Depends: base >= 4.11 && < 5
, aeson >= 1.0.0.0 && < 2.1
, base16-bytestring >= 1.0.0.0
, base64-bytestring >= 1.2.1.0
, base64-bytestring >= 1.1.0.0
, bytestring < 0.12
, data-fix
, dhall >= 1.32.0 && < 1.41
Expand Down
18 changes: 0 additions & 18 deletions nix/packages/base64-bytestring.nix

This file was deleted.

0 comments on commit 6726361

Please sign in to comment.