ekmett / bytes

Serialization primitives that work with both cereal and binary.
http://hackage.haskell.org/package/bytes
Other
22 stars 13 forks source link

Setup depends #31

Closed phadej closed 7 years ago

phadej commented 8 years ago

Let's see how it goes with travis

ekmett commented 8 years ago

This is an attempt towards getting us a proper custom-setup stanza

bgamari commented 7 years ago

For what it's worth development snapshots of the Cabal library will soon infer a Cabal <1.25 setup-depends constraint where one is not explicitly provided. This is merely a temporary measure until the in-tree version number is bumped; when the final Cabal 2.0 is released the implicit constraint will be Cabal <2.0. See https://github.com/haskell/cabal/pull/3939 for details.

phadej commented 7 years ago

This is obsolete