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