coerce-util-0.1.0.0: coerce-util.cabal
name: coerce-util
version: 0.1.0.0
synopsis: utils for Data.Coerce
description: This library provides some convenience utilities for working with 'Data.Coerce'.
homepage: https://github.com/chessai/coerce-util.git
license: MIT
license-file: LICENSE
author: chessai
maintainer: chessai1996@gmail.com
copyright: 2018 (C) chessai
category: Data
build-type: Simple
extra-source-files: ChangeLog.md
cabal-version: >=1.10
library
exposed-modules: Data.Coerce.Util
build-depends: base >=4.9 && <5
default-language: Haskell2010