-- Initial doublezip.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: doublezip version: 0.1.0.0 synopsis: Some special functions to work with lists (with zip). description: Uses normalizitions inside for the tuples. Can be used to generate data for 2D function points. homepage: https://hackage.haskell.org/package/doublezip license: MIT license-file: LICENSE author: OleksandrZhabenko maintainer: olexandr543@yahoo.com copyright: Oleksandr Zhabenko category: Data build-type: Simple extra-source-files: ChangeLog.md cabal-version: >=1.10 library exposed-modules: Data.DoubleZip -- other-modules: -- other-extensions: build-depends: base >=4.7 && <4.15, foldable-ix >=0.2 && <1 -- hs-source-dirs: default-language: Haskell2010