uuid-orphans-1.4.6: uuid-orphans.cabal
name: uuid-orphans
version: 1.4.6
cabal-version: >= 1.10
build-type: Simple
license: BSD3
license-file: LICENSE
category: Template Haskell
author: David Fox
copyright: (c) David Fox
maintainer: David Fox <dsf@seereason.com>
bug-reports: https://github.com/seereason/uuid-orphans
stability: experimental
synopsis: Orphan instances for the UUID datatype
description: Orphan instances for the UUID datatype. Currently , instances
for SafeCopy and PathInfo are provided. The package version number
is inherited from the current version of uuid.
tested-with: GHC==8.0.2, GHC==8.2.2, GHC==8.4.4, GHC==8.6.5, GHC==8.8.4, GHC==8.10.7, GHC==9.0.2, GHC==9.2.2
library
build-depends:
base >= 4.8 && < 5,
uuid-types >= 1.0.2,
safecopy,
text,
th-lift,
web-routes
ghc-options: -Wall
exposed-modules: Data.UUID.Orphans
default-language: Haskell2010
source-repository head
type: git
location: git://github.com/seereason/uuid-orphans.git