packages feed

type-cereal-0.1: type-cereal.cabal

Name:           type-cereal
Version:        0.1
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
  Build-Depends: cereal >= 0.3 && < 0.4, bytestring >= 0.9 && < 0.10, data-hash < 0.2
  Build-Depends: type-spine < 0.2, type-digits < 0.2

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