packages feed

nspace-0.1.0.0: nspace.cabal

cabal-version: 2.2

-- This file has been generated from package.yaml by hpack version 0.35.1.
--
-- see: https://github.com/sol/hpack

name:           nspace
version:        0.1.0.0
synopsis:       Efficient, infinite-precision 2D and 3D spatial containers.
description:    Please see the README on GitHub at <https://github.com/isovector/nspace#readme>
category:       Data Structures
homepage:       https://github.com/isovector/nspace#readme
bug-reports:    https://github.com/isovector/nspace/issues
author:         Sandy Maguire
maintainer:     sandy@sandymaguire.me
copyright:      2023 Sandy Maguire
license:        BSD-3-Clause
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md
    CHANGELOG.md

source-repository head
  type: git
  location: https://github.com/isovector/nspace

library
  exposed-modules:
      Data.OctTree
      Data.OctTree.Internal
      Data.QuadTree
      Data.QuadTree.Internal
      Data.Semilattice
  other-modules:
      Paths_nspace
  autogen-modules:
      Paths_nspace
  hs-source-dirs:
      src
  default-extensions:
      BangPatterns
      DeriveDataTypeable
      DeriveFoldable
      DeriveFunctor
      DeriveGeneric
      DeriveLift
      DeriveTraversable
      DerivingStrategies
      DerivingVia
      GeneralisedNewtypeDeriving
      ImplicitPrelude
      LambdaCase
      MonomorphismRestriction
      RankNTypes
      ScopedTypeVariables
      StandaloneDeriving
      StarIsType
      TypeApplications
      ViewPatterns
  ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints
  build-depends:
      base >=4.7 && <5
    , containers
    , hashable
    , linear
    , monoidal-containers
  default-language: Haskell2010

test-suite nspace-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Paths_nspace
  autogen-modules:
      Paths_nspace
  hs-source-dirs:
      test
  default-extensions:
      BangPatterns
      DeriveDataTypeable
      DeriveFoldable
      DeriveFunctor
      DeriveGeneric
      DeriveLift
      DeriveTraversable
      DerivingStrategies
      DerivingVia
      GeneralisedNewtypeDeriving
      ImplicitPrelude
      LambdaCase
      MonomorphismRestriction
      RankNTypes
      ScopedTypeVariables
      StandaloneDeriving
      StarIsType
      TypeApplications
      ViewPatterns
  ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      QuickCheck
    , base >=4.7 && <5
    , checkers
    , containers
    , hashable
    , linear
    , monoidal-containers
    , nspace
  default-language: Haskell2010