packages feed

type-combinators-singletons-0.1.0.0: type-combinators-singletons.cabal

name:                type-combinators-singletons
version:             0.1.0.0
synopsis:            Interop between /type-combinators/ and /singletons/.
description:         Conversions between datatypes in /type-combinators/ and
                     singletons from /singletons/.
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

-- test-suite type-combinators-singletons-test
--   type:                exitcode-stdio-1.0
--   hs-source-dirs:      test
--   main-is:             Spec.hs
--   build-depends:       base
--                      , type-combinators-singletons
--   ghc-options:         -threaded -rtsopts -with-rtsopts=-N
--   default-language:    Haskell2010

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