Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions text-trie.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ Library
-- The lower bounds are more restrictive than necessary.
-- But then, we don't maintain any CI tests for older
-- versions, so these are the lowest bounds we've verified.
Build-Depends: base >= 4.5 && < 4.13
, text >= 1.2.3 && < 1.2.4
, binary >= 0.5.1 && < 0.8.7
Build-Depends: base >= 4.5 && < 4.16
, text >= 1.2.3 && < 1.3
, binary >= 0.5.1 && < 0.11

------------------------------------------------------------
Test-Suite test-text-trie
Expand All @@ -90,10 +90,10 @@ Test-Suite test-text-trie
, FromListBench.Text.Encode
, TrieFile.Text
build-depends: text-trie
, base >= 4.5 && < 4.13
, bytestring >= 0.9.2 && < 0.11
, text >= 1.2.3 && < 1.2.4
, binary >= 0.5.1 && < 0.8.7
, base >= 4.5 && < 4.16
, bytestring >= 0.9.2 && < 0.12
, text >= 1.2.3 && < 1.3
, binary >= 0.5.1 && < 0.11
, QuickCheck
, HUnit
, smallcheck
Expand Down