Add 'uuid' and 'byteorder'

This commit is contained in:
Antoine Latter 2012-11-25 18:33:34 -06:00
parent ad58f04d72
commit d59af6f05c

View File

@ -71,6 +71,10 @@ stablePackages = execWriter $ do
add "blaze-html"
add "blaze-markup"
add "stylish-haskell"
-- Antoine Latter
add "uuid"
add "byteorder"
where
add = flip addRange "-any"
addRange package range =