haskell-with-utf8/stack.yaml
Kirill Elagin e74dcfafbf deps: Allow text-2.0
text-2.0 has been released and everything seems to be working just fine.

I tested with it on GHC 8.10.7 and GHC 9.2.1. I could not test on 9.0.1
due to technical difficulties with haskell.nix, but I suppose it works.

The issue with haskell.nix is that text-2.0 broke an internal interface
used by hashable, so we need a new hashable, but it fails to build for
an unknown reason.
2021-12-27 06:55:38 -05:00

22 lines
422 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# SPDX-FileCopyrightText: 2021 Serokell <https://serokell.io/>
#
# SPDX-License-Identifier: MPL-2.0
resolver: lts-18.14
packages: [.]
extra-deps:
# Required for GHC >= 9
- th-env-0.1.0.3
# Required for GHC >= 9.2
- constraints-0.13.1
- hashable-1.3.5.0
- random-1.2.1
# text-2.0
#- hashable-1.4.0.1
#- text-2.0
#allow-newer: true # text-2.0: some of our deps (incorrectly) say they dont like it