packages feed

special-keys 0.1.0.0 → 0.1.0.1

raw patch · 1 files changed

+4/−2 lines, 1 filesdep +mwc-randomdep +uuid

Dependencies added: mwc-random, uuid

Files

special-keys.cabal view
@@ -1,5 +1,5 @@ name:                special-keys-version:             0.1.0.0+version:             0.1.0.1 synopsis:            Simple data types that help me here and there.  description:         Datatypes that I use as keys to index other data types. Here you will find a wrap of UUID and also constraints on Text so that it never exceeds a given number of characters. license:             BSD3@@ -26,4 +26,6 @@                     blaze-markup >= 0.5,                     deepseq >= 1.3,                     primitive >= 0.5,-                    bytestring >= 0.10+                    bytestring >= 0.10,+                    uuid >= 1.2,+                    mwc-random >= 0.12