name: matcher version: 0.1.1.3 synopsis: A composable abstraction for checking or converting a context value homepage: https://github.com/sannsyn/matcher bug-reports: https://github.com/sannsyn/matcher/issues author: Nikita Volkov maintainer: Nikita Volkov copyright: (c) 2016, Sannsyn AS license: MIT license-file: LICENSE build-type: Simple cabal-version: >=1.10 source-repository head type: git location: git://github.com/sannsyn/matcher.git library hs-source-dirs: library default-extensions: Arrows, BangPatterns, ConstraintKinds, DataKinds, DefaultSignatures, DeriveDataTypeable, DeriveFunctor, DeriveGeneric, EmptyDataDecls, FlexibleContexts, FlexibleInstances, FunctionalDependencies, GADTs, GeneralizedNewtypeDeriving, ImpredicativeTypes, LambdaCase, LiberalTypeSynonyms, MagicHash, MultiParamTypeClasses, MultiWayIf, NoImplicitPrelude, NoMonomorphismRestriction, OverloadedStrings, PatternGuards, ParallelListComp, QuasiQuotes, RankNTypes, RecordWildCards, ScopedTypeVariables, StandaloneDeriving, TemplateHaskell, TupleSections, TypeFamilies, TypeOperators, UnboxedTuples default-language: Haskell2010 other-modules: Matcher.Prelude exposed-modules: Matcher build-depends: -- data: text >= 1 && < 2, -- general: success >= 0.2.6 && < 0.3, profunctors >= 5.2 && < 6, transformers >= 0.3 && < 0.6, base-prelude < 2, base >= 4.7 && < 5