FULE-0.3.1.1: FULE.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.36.0.
--
-- see: https://github.com/sol/hpack
name: FULE
version: 0.3.1.1
synopsis: Functional UI Layout Engine
description: Please see the README on GitHub at <https://github.com/pschnapp/FULE#readme>
category: GUI
homepage: https://github.com/pschnapp/FULE#readme
bug-reports: https://github.com/pschnapp/FULE/issues
author: Paul Schnapp
maintainer: paul.schnapp@gmail.com
copyright: 2022-2024 Paul Schnapp
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
CHANGELOG.md
doc/Theory.md
doc/Usage.md
source-repository head
type: git
location: https://github.com/pschnapp/FULE
library
exposed-modules:
FULE
FULE.Component
FULE.Container
FULE.Container.Arrayed
FULE.Container.Clipped
FULE.Container.Config
FULE.Container.Config.Orientation
FULE.Container.Config.Padding
FULE.Container.Config.SizedContent
FULE.Container.Divided
FULE.Container.Grid
FULE.Container.Item
FULE.Container.Layered
FULE.Container.Padded
FULE.Container.Positioned
FULE.Container.Sized
FULE.Container.Unreckoned
FULE.Container.Window
FULE.Internal.Sparse
FULE.Internal.Util
FULE.Layout
FULE.LayoutOp
FULE.Reactor
other-modules:
Paths_FULE
hs-source-dirs:
src
ghc-options: -Wredundant-constraints -Wunused-packages
build-depends:
base >=4.7 && <5
, containers >=0.6.5 && <0.7
, deepseq >=1.4.6 && <1.5
, mtl >=2.2.2 && <2.4
, transformers >=0.5.6 && <0.7
default-language: Haskell2010
test-suite FULE-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Divided
Grid
Layout
Reactor
Paths_FULE
hs-source-dirs:
examples
test
ghc-options: -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N
build-depends:
FULE
, base >=4.7 && <5
, containers >=0.6.5 && <0.7
, deepseq >=1.4.6 && <1.5
, mtl >=2.2.2 && <2.4
, transformers >=0.5.6 && <0.7
default-language: Haskell2010