packages feed

commutative-0.0.2: commutative.cabal

cabal-version: 1.12

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

name:           commutative
version:        0.0.2
synopsis:       Commutative binary operations.
description:    Please see the README on Github at <https://github.com/athanclark/commutative#readme>
category:       Data
homepage:       https://github.com/athanclark/commutative#readme
bug-reports:    https://github.com/athanclark/commutative/issues
author:         Athan Clark
maintainer:     athan.clark@localcooking.com
copyright:      2018 Athan Clark
license:        BSD3
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md

source-repository head
  type: git
  location: https://github.com/athanclark/commutative

library
  exposed-modules:
      Data.Commutative
      Data.Mergeable
  other-modules:
      Paths_commutative
  hs-source-dirs:
      src
  ghc-options: -Wall
  build-depends:
      base >=4.11 && <5.0
    , random
    , semigroups
    , vector
  default-language: Haskell2010

test-suite sets-test
  type: exitcode-stdio-1.0
  main-is: Main.hs
  other-modules:
      Data.CommutativeSpec
      Paths_commutative
  hs-source-dirs:
      test
  ghc-options: -Wall -threaded -rtsopts -Wall -with-rtsopts=-N
  build-depends:
      QuickCheck
    , base >=4.11 && <5.0
    , commutative
    , quickcheck-instances
    , random
    , semigroups
    , tasty
    , tasty-hunit
    , tasty-quickcheck
    , vector
  default-language: Haskell2010