Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow bytestring 0.11 #2144

Merged
merged 2 commits into from
Feb 12, 2021
Merged

Allow bytestring 0.11 #2144

merged 2 commits into from
Feb 12, 2021

Conversation

sjakobi
Copy link
Collaborator

@sjakobi sjakobi commented Feb 3, 2021

http://hackage.haskell.org/package/bytestring-0.11.0.0/changelog

Some dependencies still need updating, but our testsuites already pass when built with stack and this patch:

--- a/stack.yaml
+++ b/stack.yaml
@@ -33,6 +33,14 @@ extra-deps:
   - semialign-indexed-1.1@sha256:bc375898351fea11ab3f4279844fcfc00aa42c90182eedfc28c4754098da3e0e,2026
   - some-1.0.1@sha256:26e5bab7276f48b25ea8660d3fd1166c0f20fd497dac879a40f408e23211f93e,2055
   - tasty-silver-3.1.15@sha256:f40b3f59dfabe14f185b5d27fdb8aa8b7c75458aa7999f8aa244b9dcbaf8dc31,2328
+  - bytestring-0.11.0.0
+  - binary-0.8.8.0
+  - directory-1.3.6.1
+  - process-1.6.11.0
+  - text-1.2.4.1
+  - unix-2.7.2.2
+  - modern-uri-0.3.3.1
+allow-newer: true
 nix:
   packages:
     - ncurses

The exception are dhall:doctest and dhall-docs:doctest which currently fail during linking. I don't expect that this will require changes in our code though.

@Gabriella439 Gabriella439 merged commit ca5dd66 into master Feb 12, 2021
@Gabriella439 Gabriella439 deleted the sjakobi/bytestring-0.11 branch February 12, 2021 21:08
@Gabriella439
Copy link
Collaborator

@sjakobi: Thank you! I just published the matching revisions to Hackage

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants