cast-0.1.0.0: cast.cabal
name: cast
version: 0.1.0.0
synopsis: Abstact cast pattern
description:
Generelized pattern that allow cast one type for another.
Look at README for example.
homepage: https://github.com/haskell-patterns/cast#readme
license: BSD3
license-file: LICENSE
author: Bogdan Neterebskii
maintainer: bog2dan1@gmail.com
copyright: Copyright: (c) 2016 Bogdan Neterebskii
category: Pattern
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10
library
hs-source-dirs: src
exposed-modules: Pattern.Cast
build-depends: base >= 4.7 && < 5
default-language: Haskell2010
ghc-options: -Wall -O2
source-repository head
type: git
location: https://github.com/haskell-patterns/cast