packages feed

waterfall-cad-examples-0.6.3.0: waterfall-cad-examples.cabal

cabal-version: 1.12

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

name:           waterfall-cad-examples
version:        0.6.3.0
synopsis:       Examples for Waterfall CAD, a Declarative CAD/Solid Modeling Library
description:    Please see the README on GitHub at <https://github.com/joe-warren/opencascade-hs#readme>
category:       Graphics
homepage:       https://github.com/joe-warren/opencascade-hs#readme
bug-reports:    https://github.com/joe-warren/opencascade-hs/issues
author:         Joe Warren
maintainer:     josephmarkwarren@gmail.com
copyright:      2023 Joe Warren
license:        LGPL-2.1
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    LICENSE
    README.md
    CHANGELOG.md
data-files:
    test-data/2d-booleans.svg
    test-data/bounding-boxes.svg
    test-data/csg.svg
    test-data/fillet.svg
    test-data/gear.svg
    test-data/loft.svg
    test-data/negativeScaledCube-II.svg
    test-data/negativeScaledCube-III.svg
    test-data/negativeScaledCube.svg
    test-data/negativeScaledCuboid.svg
    test-data/offset.svg
    test-data/platonic.svg
    test-data/revolution.svg
    test-data/sweep.svg
    test-data/takePathFraction.svg
    test-data/text.svg
    test-data/fonts/varela/OFL.txt
    test-data/fonts/varela/VarelaRound-Regular.ttf
    test-results/.keep

source-repository head
  type: git
  location: https://github.com/joe-warren/opencascade-hs

library
  exposed-modules:
      BoundingBoxExample
      CsgExample
      DarkModeSVG
      FilletExample
      GearExample
      LoftExample
      OffsetExample
      PlatonicSolidsExample
      PrismExample
      ReadSolidExpressionExample
      RevolutionExample
      SVG.PathExample
      SVG.ReadFileExample
      SweepExample
      TakePathFractionExample
      TextExample
      TwoDBooleansExample
  other-modules:
      Paths_waterfall_cad_examples
  hs-source-dirs:
      src
  ghc-options: -Wall -Werror=compat -Werror=identities -Werror=incomplete-record-updates -Werror=incomplete-uni-patterns -Werror=missing-home-modules -Werror=missing-export-lists -Werror=partial-fields -Werror=redundant-constraints -optc -Werror-implicit-function-declaration
  build-depends:
      base >=4.7 && <5
    , lens ==5.*
    , linear >=1.21 && <2
    , opencascade-hs >=0.6.3.0 && <0.7
    , optparse-applicative >=0.17 && <0.19
    , parsec ==3.1.*
    , parser-combinators >=1.2 && <1.4
    , raw-strings-qq >=1.1 && <2
    , svg-tree >=0.6 && <1
    , waterfall-cad >=0.6.3.0 && <0.7
    , waterfall-cad-svg >=0.6.3.0 && <0.7
    , xml ==1.*
  default-language: Haskell2010

executable waterfall-cad-examples
  main-is: Main.hs
  other-modules:
      Paths_waterfall_cad_examples
  hs-source-dirs:
      app
  ghc-options: -Wall -Werror=compat -Werror=identities -Werror=incomplete-record-updates -Werror=incomplete-uni-patterns -Werror=missing-home-modules -Werror=missing-export-lists -Werror=partial-fields -Werror=redundant-constraints -optc -Werror-implicit-function-declaration -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      base >=4.7 && <5
    , lens ==5.*
    , linear >=1.21 && <2
    , opencascade-hs >=0.6.3.0 && <0.7
    , optparse-applicative >=0.17 && <0.19
    , parsec ==3.1.*
    , parser-combinators >=1.2 && <1.4
    , raw-strings-qq >=1.1 && <2
    , svg-tree >=0.6 && <1
    , waterfall-cad >=0.6.3.0 && <0.7
    , waterfall-cad-examples
    , waterfall-cad-svg >=0.6.3.0 && <0.7
    , xml ==1.*
  default-language: Haskell2010

test-suite waterfall-cad-tests
  type: exitcode-stdio-1.0
  main-is: Main.hs
  other-modules:
      DiagramGoldenTests
      ExceptionTests
      Paths_waterfall_cad_examples
  hs-source-dirs:
      test
  ghc-options: -Wall -Werror=compat -Werror=identities -Werror=incomplete-record-updates -Werror=incomplete-uni-patterns -Werror=missing-home-modules -Werror=missing-export-lists -Werror=partial-fields -Werror=redundant-constraints -optc -Werror-implicit-function-declaration
  build-depends:
      FontyFruity
    , JuicyPixels
    , base >=4.7 && <5
    , bytestring
    , filepath
    , lens ==5.*
    , linear >=1.21 && <2
    , mtl
    , opencascade-hs >=0.6.3.0 && <0.7
    , optparse-applicative >=0.17 && <0.19
    , parsec ==3.1.*
    , parser-combinators >=1.2 && <1.4
    , rasterific-svg
    , raw-strings-qq >=1.1 && <2
    , resourcet
    , svg-tree >=0.6 && <1
    , tasty
    , tasty-golden
    , tasty-hunit
    , temporary
    , waterfall-cad >=0.6.3.0 && <0.7
    , waterfall-cad-examples
    , waterfall-cad-svg >=0.6.3.0 && <0.7
    , xml ==1.*
  default-language: Haskell2010