Skip to content

Commit

Permalink
v1.0-r1: allow deepseq-1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Aug 31, 2023
1 parent 89d05a3 commit c67db62
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions dlist.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ cabal-version: >= 1.10

name: dlist
version: 1.0
x-revision: 1

synopsis: Difference lists
description:
List-like types supporting O(1) append and snoc operations.
Expand Down Expand Up @@ -39,7 +41,7 @@ tested-with:

source-repository head
type: git
location: git://github.com/spl/dlist.git
location: https://github.com/spl/dlist.git

flag Werror
description: Enable -Werror
Expand All @@ -49,7 +51,7 @@ flag Werror
library
build-depends:
base >= 4 && < 5,
deepseq >= 1.1 && < 1.5
deepseq >= 1.1 && < 1.6
exposed-modules: Data.DList
Data.DList.Unsafe
other-modules: Data.DList.Internal
Expand Down

0 comments on commit c67db62

Please sign in to comment.