cabal-version: 3.0 name: haskellCallingRust version: 0.1.0.0 license-file: LICENSE author: Patrick Aldis maintainer: patricktaldis@gmail.com executable haskellCallingRust main-is: Main.hs hs-source-dirs: . other-modules: default-language: GHC2024 default-extensions: BlockArguments DeriveAnyClass DuplicateRecordFields ImpredicativeTypes LexicalNegation MultiWayIf NamedFieldPuns NegativeLiterals NoFieldSelectors NoImplicitPrelude NoMonomorphismRestriction OverloadedRecordDot OverloadedStrings RecordWildCards ViewPatterns ghc-options: -Wall -fdefer-type-errors -threaded -rtsopts -with-rtsopts=-N build-depends: base >= 4.14