vinyl-generics-0.1.0.0: vinyl-generics.cabal
name: vinyl-generics
version: 0.1.0.0
synopsis: Convert plain records to vinyl (and vice versa), generically.
description:
Convert plain records to @vinyl@ and vice versa, via @GHC.Generics@ and @generics-sop@/@records-sop@.
homepage: https://github.com/VinylRecords/vinyl-generics
license: BSD3
license-file: LICENSE
author: Gagandeep Bhatia
maintainer: gagandeepbhatia.in@gmail.com
copyright: 2018 Gagandeep Bhatia
category: Data, Generics
build-type: Simple
extra-source-files: README.md CHANGELOG.md
cabal-version: >=1.10
library
default-language: Haskell2010
ghc-options: -Wall
hs-source-dirs: src
exposed-modules: Data.Vinyl.Generics
, Data.Vinyl.Generics.Transform
build-depends: base >= 4.7 && < 5
, generics-sop >= 0.3.2
, vinyl >= 0.10
, records-sop >= 0.1.0.2
test-suite spec
default-language: Haskell2010
ghc-options: -Wall
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: Spec.hs
other-modules: LibSpec
build-depends: base
, vinyl-generics
, hspec
, hspec-core >=2.4.8
, QuickCheck
, generics-sop
, text
, vinyl
, records-sop
, aeson
source-repository head
type: git
location: https://github.com/VinylRecords/vinyl-generics