summaryrefslogtreecommitdiff
path: root/examples/examples.cabal
blob: e6472210976237f703524e7cb07327aa606f358c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
name:                examples
version:             0.20.0.0
synopsis:            Example usage of the various hmatrix packages
homepage:            https://github.com/albertoruiz/hmatrix
license:             BSD3
license-file:        LICENSE
author:              Dominic Steinitz
maintainer:          dominic@steinitz.org
copyright:           Dominic Steinitz, Novadiscovery
category:            Math
build-type:          Simple
extra-source-files:  ChangeLog.md
cabal-version:       >=1.10

executable vectorShow
  main-is:             VectorShow.hs
  build-depends:       base >=4.10 && <4.11,
                       hmatrix,
                       hmatrix-gsl
  default-language:    Haskell2010