packages feed

acme-operators-0.2.0.0: acme-operators.cabal

-- This file has been generated from package.yaml by hpack version 0.5.2.
--
-- see: https://github.com/sol/hpack

name:           acme-operators
version:        0.2.0.0
synopsis:       Operators of base, all in one place!
description:    Have you ever been wondering about some magic lookin operator. Here are all operators in base package. Not so many.
category:       Documentation
homepage:       https://github.com/phadej/acme-operators#readme
bug-reports:    https://github.com/phadej/acme-operators/issues
author:         Oleg Grenrus <oleg.grenrus@iki.fi>
maintainer:     Oleg Grenrus <oleg.grenrus@iki.fi>
license:        BSD3
license-file:   LICENSE
build-type:     Simple
cabal-version:  >= 1.10

source-repository head
  type: git
  location: https://github.com/phadej/acme-operators

library
  hs-source-dirs:
      src
  ghc-options: -Wall
  build-depends:
      base >= 4.7 && <4.9
  exposed-modules:
      Acme.Operators.Base
  default-language: Haskell2010