packages feed

moffy-samples-0.1.0.2: moffy-samples.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
version:        0.1.0.2
synopsis:       Samples of moffy
description:    Please see the README on GitHub at <https://github.com/YoshikuniJujo/moffy-samples#readme>
category:       Control
homepage:       https://github.com/YoshikuniJujo/moffy-samples#readme
bug-reports:    https://github.com/YoshikuniJujo/moffy-samples/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

library
  exposed-modules:
      Control.Moffy.Samples.Boxes
      Control.Moffy.Samples.Followbox
      Control.Moffy.Samples.FollowboxAnother
      Control.Moffy.Samples.FollowboxOrigin
  other-modules:
      Paths_moffy_samples
  autogen-modules:
      Paths_moffy_samples
  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
  build-depends:
      JuicyPixels
    , aeson
    , base >=4.7 && <5
    , bytestring
    , extra-data-yj
    , hashable
    , moffy
    , moffy-samples-events
    , text
    , time
    , transformers
    , type-flip
    , type-set
    , unordered-containers
  default-language: Haskell2010

test-suite moffy-samples-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Paths_moffy_samples
  autogen-modules:
      Paths_moffy_samples
  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:
      JuicyPixels
    , aeson
    , base >=4.7 && <5
    , bytestring
    , extra-data-yj
    , hashable
    , moffy
    , moffy-samples
    , moffy-samples-events
    , text
    , time
    , transformers
    , type-flip
    , type-set
    , unordered-containers
  default-language: Haskell2010