Skip to content

Commit

Permalink
Adjust base dependency for commercialhaskell/stackage#1476
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-Diaz committed May 24, 2016
1 parent f2e772e commit b93c659
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions grouped-list.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: grouped-list
version: 0.2.1.1
version: 0.2.1.2
synopsis: Grouped lists. Equal consecutive elements are grouped.
description:
Grouped lists work like regular lists, except for two conditions:
Expand All @@ -13,8 +13,6 @@ description:
This mean that grouped lists are ideal for cases where the list has many
repetitions (like @[1,1,1,1,7,7,7,7,7,7,7,7,2,2,2,2,2]@, although they might
present some deficiencies in the absent of repetitions.
.
/Warning: this library is in early development./
license: BSD3
license-file: LICENSE
author: Daniel Díaz
Expand All @@ -30,7 +28,7 @@ library
default-language: Haskell2010
exposed-modules: Data.GroupedList
build-depends:
base >= 4.8 && < 4.9
base >= 4.8 && < 4.10
, containers
, pointed
, deepseq
Expand Down

0 comments on commit b93c659

Please sign in to comment.