cabal-version: 1.24 -- This file has been generated from package.yaml by hpack version 0.31.1. -- -- see: https://github.com/sol/hpack -- -- hash: 915fa7da0759ab97248f8de0333559db953eadbdfbe9746cffcadd39cb307ed2 name: list-tuple version: 0.1.1.0 synopsis: List-like operations for tuples description: List-like operations for tuples category: Data homepage: https://github.com/kakkun61/tuple#readme bug-reports: https://github.com/kakkun61/tuple/issues author: Kazuki Okamoto maintainer: kazuki.okamoto@kakkun61.com copyright: 2019 Kazuki Okamoto license: Apache license-file: LICENSE build-type: Custom extra-source-files: README.md ChangeLog.md template/List.hs template/ListAt.hs source-repository head type: git location: https://github.com/kakkun61/tuple custom-setup setup-depends: Cabal , base , directory library exposed-modules: Data.Tuple.List Data.Tuple.List.Identity Data.Tuple.List.OneTuple Data.Tuple.List.Only other-modules: Paths_list_tuple hs-source-dirs: src ghc-options: -Wall -Wcompat -Wincomplete-uni-patterns -Wincomplete-record-updates -Wmonomorphism-restriction -Wmissing-exported-signatures -Wmissing-home-modules -Wmissing-import-lists -Widentities -Wredundant-constraints -Wno-name-shadowing -Wno-unticked-promoted-constructors build-depends: OneTuple >=0.2 && <0.3 , Only >=0.1 && <0.2 , base >=4.10 && <4.13 , single-tuple >=0.1 && <0.2 if impl(ghc >= 8.4.0) ghc-options: -Wmissing-export-lists -Wpartial-fields default-language: Haskell2010 test-suite test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Data.Tuple.List.IdentitySpec Data.Tuple.ListSpec Paths_list_tuple hs-source-dirs: test ghc-options: -Wall -Wcompat -Wincomplete-uni-patterns -Wincomplete-record-updates -Wmonomorphism-restriction -Wmissing-exported-signatures -Wmissing-home-modules -Wmissing-import-lists -Widentities -Wredundant-constraints -Wno-name-shadowing -Wno-unticked-promoted-constructors -threaded -rtsopts -with-rtsopts=-N -Wno-missing-import-lists build-depends: Only , base >=4.10 && <4.13 , deepseq , hspec , list-tuple , should-not-typecheck , single-tuple , text if impl(ghc >= 8.4.0) ghc-options: -Wmissing-export-lists -Wpartial-fields if impl(ghc >= 8.4.0) ghc-options: -Wno-missing-export-lists default-language: Haskell2010