Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit 0f73a67

Browse files
Update lower bounds of base and bytestring.
1 parent 1343a3c commit 0f73a67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

distributed-static.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ Source-Repository head
3232

3333
Library
3434
Exposed-Modules: Control.Distributed.Static
35-
Build-Depends: base >= 4 && < 5,
35+
Build-Depends: base >= 4.8 && < 5,
3636
rank1dynamic >= 0.1 && < 0.5,
3737
containers >= 0.4 && < 0.6,
38-
bytestring >= 0.9 && < 0.11,
38+
bytestring >= 0.10 && < 0.11,
3939
binary >= 0.5 && < 0.9,
4040
deepseq >= 1.3.0.1 && < 1.6
4141
HS-Source-Dirs: src

0 commit comments

Comments
 (0)