cabal-version: 2.2
-- This file has been generated from package.yaml by hpack version 0.35.2.
--
-- see: https://github.com/sol/hpack
name: moffy-samples-gtk4
version: 0.1.0.1
synopsis: Sample executables of moffy - GTK4 version
description: Please see the README on GitHub at <https://github.com/YoshikuniJujo/moffy-samples-gtk4#readme>
category: Control
homepage: https://github.com/YoshikuniJujo/moffy-samples-gtk4#readme
bug-reports: https://github.com/YoshikuniJujo/moffy-samples-gtk4/issues
author: Yoshikuni Jujo
maintainer: yoshikuni.jujo@gmail.com
copyright: Copyright (c) 2023 Yoshikuni Jujo
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/YoshikuniJujo/moffy-samples-gtk4
executable moffy_samples_gtk4
main-is: Main.hs
other-modules:
Paths_moffy_samples_gtk4
autogen-modules:
Paths_moffy_samples_gtk4
hs-source-dirs:
app
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.7 && <5
, moffy
, moffy-samples
, moffy-samples-gtk4-run
default-language: Haskell2010
test-suite moffy-samples-gtk4-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Paths_moffy_samples_gtk4
autogen-modules:
Paths_moffy_samples_gtk4
hs-source-dirs:
test
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.7 && <5
default-language: Haskell2010