packages feed

avers-api 0.0.3 → 0.0.4

raw patch · 2 files changed

+4/−1 lines, 2 files

Files

avers-api.cabal view
@@ -1,5 +1,5 @@ name:                avers-api-version:             0.0.3+version:             0.0.4 synopsis:            Types describing the core and extended Avers APIs description:         See README homepage:            http://github.com/wereHamster/avers-api
src/Avers/API/Instances.hs view
@@ -13,3 +13,6 @@  instance FromText RevId where     fromText x = fromText x >>= Just . RevId++instance FromText BlobId where+    fromText x = fromText x >>= Just . BlobId