-- Initial uuid-aeson.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: uuid-aeson version: 0.1.0.0 synopsis: Aeson types for UUID instances. description: Instances of Aeson's ToJSON and FromJSON for UUIDs. 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, aeson, uuid >= 1