cabal-version: 2.2 name: strict-tuple version: 0.1.3 x-revision: 1 category: Data description: Strict tuples. synopsis: Strict tuples author: Mitchell Rosen maintainer: Mitchell Rosen homepage: https://github.com/mitchellwrosen/strict-tuple bug-reports: https://github.com/mitchellwrosen/strict-tuple/issues copyright: (c) 2018, Mitchell Rosen license: BSD-3-Clause license-file: LICENSE build-type: Simple tested-with: GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.3, GHC == 8.10.1 extra-source-files: .travis.yml CHANGELOG.md README.md source-repository head type: git location: git://github.com/mitchellwrosen/strict-tuple.git library build-depends: base >= 4.11 && < 5.0 , bifunctors ^>= 5.5 , deepseq >= 1.4.3.0 && < 1.5 , hashable >= 1.2.5.0 && < 1.4 default-language: Haskell2010 exposed-modules: Data.Tuple.Strict ghc-options: -Wall hs-source-dirs: src test-suite tests build-depends: base , strict-tuple default-language: Haskell2010 ghc-options: -Wall hs-source-dirs: test main-is: Main.hs type: exitcode-stdio-1.0