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

Allow package to be built with ghc-8.6.1 #21

Merged
merged 1 commit into from
Nov 12, 2018
Merged
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
2 changes: 1 addition & 1 deletion distributed-static.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Library
Exposed-Modules: Control.Distributed.Static
Build-Depends: base >= 4.8 && < 5,
rank1dynamic >= 0.1 && < 0.5,
containers >= 0.4 && < 0.6,
containers >= 0.4 && < 0.7,
bytestring >= 0.10 && < 0.11,
binary >= 0.5 && < 0.9,
deepseq >= 1.3.0.1 && < 1.6
Expand Down