garnet/haskell/haskellCallingRust.cabal
2026-02-17 12:15:29 +00:00

37 lines
825 B
Plaintext

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