name: morphisms version: 0.1.1 synopsis: It's all about functions description: The bunch of function combinators, minimal set, zero dependency. homepage: https://github.com/iokasimov/morphisms license: MIT extra-source-files: CHANGELOG.md license-file: LICENSE author: Murat Kasimov maintainer: Murat Kasimov copyright: Copyright (c) 2018 Murat Kasimov category: Data, Control build-type: Simple cabal-version: >= 1.10 source-repository head type: git location: https://github.com/iokasimov/morphisms.git library exposed-modules: Control.Morphism default-language: Haskell2010 ghc-options: -fno-warn-tabs default-extensions: NoImplicitPrelude