packages feed

moffy-samples-gtk4-run-0.2.0.0: moffy-samples-gtk4-run.cabal

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-run
version:        0.2.0.0
synopsis:       Package to run moffy samples - Gtk4 version
description:    Please see the README on GitHub at <https://github.com/YoshikuniJujo/moffy-samples-gtk4-run#readme>
category:       Control
homepage:       https://github.com/YoshikuniJujo/moffy-samples-gtk4-run#readme
bug-reports:    https://github.com/YoshikuniJujo/moffy-samples-gtk4-run/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-run

library
  exposed-modules:
      Control.Moffy.Samples.Boxes.Run.Gtk4
      Control.Moffy.Samples.Followbox.Run.Gtk4
      Control.Moffy.Samples.Run.Gtk4
      Stopgap.Data.Ptr
      Stopgap.Graphics.UI.Gtk
      Stopgap.Graphics.UI.Gtk.Application
      Stopgap.Graphics.UI.Gtk.ApplicationWindow
      Stopgap.Graphics.UI.Gtk.Box
      Stopgap.Graphics.UI.Gtk.Button
      Stopgap.Graphics.UI.Gtk.DrawingArea
      Stopgap.Graphics.UI.Gtk.EventController
      Stopgap.Graphics.UI.Gtk.EventControllerMotion
      Stopgap.Graphics.UI.Gtk.Gesture
      Stopgap.Graphics.UI.Gtk.GestureClick
      Stopgap.Graphics.UI.Gtk.Label
      Stopgap.Graphics.UI.Gtk.Notebook
      Stopgap.Graphics.UI.Gtk.NotebookPage
      Stopgap.Graphics.UI.Gtk.ScrolledWindow
      Stopgap.Graphics.UI.Gtk.TextBuffer
      Stopgap.Graphics.UI.Gtk.TextView
      Stopgap.Graphics.UI.Gtk.Widget
      Stopgap.Graphics.UI.Gtk.Window
      Stopgap.System.GLib.Application
      Stopgap.System.GLib.Cancellable
      Stopgap.System.GLib.Error
      Stopgap.System.GLib.Error.Io
      Stopgap.System.GLib.File
      Stopgap.System.GLib.Idle
      Stopgap.System.GLib.Object
      Stopgap.System.GLib.Signal
      Stopgap.System.GLib.Timeout
  other-modules:
      Paths_moffy_samples_gtk4_run
  autogen-modules:
      Paths_moffy_samples_gtk4_run
  hs-source-dirs:
      src
  ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints
  pkgconfig-depends:
      gtk4
  build-depends:
      base >=4.7 && <5
    , c-enum
    , c-struct
    , containers
    , exception-hierarchy
    , moffy
    , moffy-samples-events
    , random
    , simple-cairo
    , simple-pango
    , stm
    , text
    , time
    , type-flip
    , type-set
    , union-color
  default-language: Haskell2010

test-suite moffy-samples-gtk4-run-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Paths_moffy_samples_gtk4_run
  autogen-modules:
      Paths_moffy_samples_gtk4_run
  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
    , c-enum
    , c-struct
    , containers
    , exception-hierarchy
    , moffy
    , moffy-samples-events
    , moffy-samples-gtk4-run
    , random
    , simple-cairo
    , simple-pango
    , stm
    , text
    , time
    , type-flip
    , type-set
    , union-color
  default-language: Haskell2010