cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.35.2. -- -- see: https://github.com/sol/hpack -- -- hash: 4ef6565b8f250ce02a19d82b03f0f8cca0733fe789ef59557c4f669ef7405f90 name: n-tuple version: 0.0.3 synopsis: Homogeneous tuples of arbitrary length. description: Please see the README on Github at 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 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.11 && <5 , singletons-base >=3 , vector default-language: Haskell2010