urbit-hob

Haskell utilities for phonetic base wrangling.
Log | Files | Refs | README | LICENSE

commit 4c3c0b2190b82531fd96afe7e349c418358db305
parent 4974908e32ffb273d09a146821f27abfbc47e864
Author: Jared Tobin <jared@jtobin.io>
Date:   Fri,  6 Sep 2019 05:55:46 -0230

deps: add containers, text

Diffstat:
Mhob.cabal | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/hob.cabal b/hob.cabal @@ -25,6 +25,8 @@ library Ob build-depends: base >= 4.7 && < 6 - , bytestring >= 0.10 && < 0.11 - , murmur3 >= 1.0 && < 1.1 + , bytestring >= 0.10 && < 1 + , containers >= 0.5 && < 1 + , murmur3 >= 1.0 && < 2 + , text >= 1.2 && < 2