packages feed

type-cereal-0.3: type-cereal.cabal

Name:           type-cereal
Version:        0.3
License:        BSD3
License-File:   LICENSE
Author:         Nicolas Frisby <nicolas.frisby@gmail.com>
Maintainer:     Nicolas Frisby <nicolas.frisby@gmail.com>

Category: Type System

Synopsis:       Type-level serialization of type constructors

Description: Any @type-spine@-enabled type constructor can be converted to a
  unique @type-digits@ type-level numeral.


Cabal-Version: >= 1.6.0.1

Build-Type: Simple


Library
  Build-Depends: base >= 4 && < 5, template-haskell, bytestring

  Build-Depends: cereal, data-hash

  Build-Depends: type-spine >= 0.2, type-digits >= 0.2

  Exposed-Modules: Type.Serialize, Type.Serialize.Base