name: uuid-aeson version: 0.1.0.0 x-revision: 1 synopsis: Aeson types for UUID instances. description: Instances of Aeson's 'ToJSON' and 'FromJSON' for 'UUID's. . NOTE: Starting with @aeson-1.1@, 'ToJSON' and 'FromJSON' non-orphan instances are provided by @aeson@ directly. license: BSD3 license-file: LICENSE author: Kirk Peterson maintainer: necrobious@gmail.com -- copyright: category: Data build-type: Simple cabal-version: >=1.8 library -- other-modules: hs-source-dirs: src exposed-modules: Data.UUID.Aeson build-depends: base >= 4 && < 5, text < 1.3, aeson < 1.1, uuid >= 1 && < 1.4