packages feed

tuple-sop-0.3.1.0: tuple-sop.cabal

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

name:           tuple-sop
version:        0.3.1.0
synopsis:       functions on n-ary tuples using generics-sop
description:    Exports various functions on n-ary tuples. This library uses generics-sop to create a generic representation of n-ary product types. To regain type inference, the exported functions work only on tuples with at most 10 components.
category:       Data
homepage:       https://github.com/Ferdinand-vW/tuple-sop#readme
bug-reports:    https://github.com/Ferdinand-vW/tuple-sop/issues
author:         Ferdinand van Walree
maintainer:     ferdinandvwalree@gmail.com
copyright:      2018 Ferdinand van Walree
license:        GPL-3
license-file:   LICENSE
build-type:     Simple
cabal-version:  >= 1.10
extra-source-files:
    ChangeLog.md
    README.md

source-repository head
  type: git
  location: https://github.com/Ferdinand-vW/tuple-sop

library
  hs-source-dirs:
      src
  build-depends:
      base >=4.7 && <5
    , generics-sop
  exposed-modules:
      Data.Tuple.Ops
  other-modules:
      Paths_tuple_sop
  default-language: Haskell2010

test-suite tuple-sop-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  hs-source-dirs:
      test
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      base >=4.7 && <5
    , generics-sop
    , tuple-sop
  other-modules:
      Paths_tuple_sop
  default-language: Haskell2010