diff options
author | stuebinm | 2023-11-30 19:16:15 +0100 |
---|---|---|
committer | stuebinm | 2023-11-30 19:17:12 +0100 |
commit | 2c91d094847a072292f279b18b698b387e5b2397 (patch) | |
tree | e4b17e33c32feba72c10b58aabd4054845e8d827 /bahnhof-name.cabal | |
parent | 71c2ceb1c6b78a10dccc4419c0204ef0bea68974 (diff) |
update dependencies
this should now work with NixOS 23.11's hackage snapshot
Diffstat (limited to 'bahnhof-name.cabal')
-rw-r--r-- | bahnhof-name.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bahnhof-name.cabal b/bahnhof-name.cabal index 10f9c75..7727ccf 100644 --- a/bahnhof-name.cabal +++ b/bahnhof-name.cabal @@ -22,7 +22,7 @@ executable bahnhof-name main-is: Main.hs hs-source-dirs: app build-depends: base ^>=4.16.4.0 - , fuzzyset + , fuzzyset >= 0.3.0 , fuzzyfind , text , vector |