packages feed

n-tuple-0.0.2.0: n-tuple.cabal

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

name:           n-tuple
version:        0.0.2.0
synopsis:       Homogeneous tuples of arbitrary length.
description:    Please see the README on Github at <https://github.com/athanclark/sparrow-server#readme>
homepage:       https://github.com/athanclark/n-tuple#readme
bug-reports:    https://github.com/athanclark/n-tuple/issues
author:         Athan Clark
maintainer:     athan.clark@gmail.com
copyright:      BSD-3
license:        BSD3
license-file:   LICENSE
build-type:     Simple
cabal-version:  >= 1.10

extra-source-files:
    README.md

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

library
  exposed-modules:
      Data.NTuple
  other-modules:
      Paths_n_tuple
  hs-source-dirs:
      src
  ghc-options: -Wall
  build-depends:
      base ==4.10.*
    , singletons >=2.3 && <2.4
    , vector
  default-language: Haskell2010