Commit Graph

15 Commits

Author SHA1 Message Date
Erik de Castro Lopo
b51ff1d1d7
Make it build with ghc-9.10 (#32)
And bump `filepath` dependency.
2024-07-08 14:38:04 +03:00
Ivan Gromakovskii
fbded8b48e
Bump the version of the package
Problem: we want to make a new release to support latest
GHC versions, but there was a deprecation in recent changes.

Solution: make a major version bump, set the new version to
1.1.0.0.
2024-01-16 22:07:28 +01:00
Erik de Castro Lopo
0561267c35
Make it build with ghc-9.8 2024-01-10 22:33:15 +01:00
Ivan Gromakovskii
9a83c892f4
Update version to 1.0.2.4 (#21)
We want to release a version which supports text-2.0.* and newer GHC.
Note: I have deleted the hash from the .cabal file, because it's more
convenient when this file is in the repo.
2023-04-07 11:10:04 +02:00
Sergey Gulin
2629e86f7b
[Chore] Use new flake template
Problem: We have introduced a new template for Haskell libraries and
need to update this package according to this template.

Solution: Use new template, bump dependencies, remove unused license,
apply formatting and hlint suggestions.
2023-03-20 23:46:53 +03:00
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
Kirill Elagin
f3537cd7c1 meta: Release v1.0.2.3 2021-11-13 14:44:48 -05:00
Kirill Elagin
5d67e834a4 meta: Bump LTS to 18.14 (GHC 8.10.7) 2021-11-03 16:19:02 -04:00
Kirill Elagin
63b26842be deps: Allow GHC 9.0.1
* Bump the upper bound on `base` to allow GHC 9.
* Add GHC 9.0.1 to the set of flake checks.
* Add hedgehog-1.0.5 to extra-deps (it fixes GHC 9).
2021-03-29 10:42:40 -04:00
Kirill Elagin
b60991303f Release v1.0.2.2 2021-02-17 22:24:51 -05:00
Kirill Elagin
7b44ddcb01 doc: Make the blog link more visible 2020-06-11 15:56:10 +03:00
Kirill Elagin
fdcc1ef258 Bump to v1.0.2.1 2020-05-20 01:32:53 +03:00
Kirill Elagin
f30fc05be0 utf8-troubleshoot: Specify bounds on deps 2020-05-20 01:26:18 +03:00
Kirill Elagin
1f195f8052 Release v1.0.2.0 2020-05-15 16:32:49 +03:00
Kirill Elagin
90e730eaf2 meta: Commit the .cabal file 2020-05-15 16:29:45 +03:00