name: cast version: 0.1.0.2 synopsis: Abstact cast pattern description: Generalized 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