mirror of
https://github.com/byteverse/colonnade.git
synced 2026-04-29 03:14:52 +02:00
depend on semigroups so that older GHCs work
This commit is contained in:
parent
a0b4b1aa7e
commit
44b55d2df4
@ -1,5 +1,5 @@
|
|||||||
name: colonnade
|
name: colonnade
|
||||||
version: 1.1.0
|
version: 1.1.1
|
||||||
synopsis: Generic types and functions for columnar encoding and decoding
|
synopsis: Generic types and functions for columnar encoding and decoding
|
||||||
description:
|
description:
|
||||||
The `colonnade` package provides a way to to talk about
|
The `colonnade` package provides a way to to talk about
|
||||||
@ -39,6 +39,7 @@ library
|
|||||||
, text >= 1.0 && < 1.3
|
, text >= 1.0 && < 1.3
|
||||||
, bytestring >= 0.10 && < 0.11
|
, bytestring >= 0.10 && < 0.11
|
||||||
, profunctors >= 4.0 && < 5.3
|
, profunctors >= 4.0 && < 5.3
|
||||||
|
, semigroups >= 0.17 && < 0.19
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
ghc-options: -Wall
|
ghc-options: -Wall
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user