aboutsummaryrefslogtreecommitdiff
path: root/ox-arrays.cabal
blob: 8193d8d92f3b0db9a05108432e246ae1c9c9e8f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
cabal-version:   3.0
name:            ox-arrays
version:         0.1.0.0
author:          Tom Smeding
license:         BSD-3-Clause
build-type:      Simple

library
  exposed-modules:
    Array
    Fancy
    Nats
  build-depends:
    base >=4.18,
    ghc-typelits-knownnat,
    orthotope,
    vector
  hs-source-dirs: src
  default-language: Haskell2010
  ghc-options: -Wall