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