packages feed

type-combinators-singletons-0.2.1.0: type-combinators-singletons.cabal

name:                type-combinators-singletons
version:             0.2.1.0
synopsis:            Interop between /type-combinators/ and /singletons/.
description:         Conversions between datatypes in /type-combinators/ and
                     singletons from /singletons/ and orphan instances.
homepage:            https://github.com/mstksg/type-combinators-singletons
license:             BSD3
license-file:        LICENSE
author:              Justin Le
maintainer:          justin@jle.im
copyright:           (c) Justin Le 2017
category:            Data
build-type:          Simple
extra-source-files:  README.md
                     CHANGELOG.md
cabal-version:       >=1.10
tested-with:         GHC == 8.0.2
                   , GHC == 8.2.1

library
  hs-source-dirs:      src
  exposed-modules:     Data.Type.Combinator.Singletons
  build-depends:       base >= 4.9 && < 5
                     , type-combinators
                     , singletons
  default-language:    Haskell2010
  ghc-options:         -Wall

source-repository head
  type:     git
  location: https://github.com/mstksg/type-combinators-singletons