packages feed

Cabal revisions of FULE-0.3.0

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-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.0-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, 2023 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-  other-modules:-      Paths_FULE-  hs-source-dirs:-      src-  ghc-options: -Wredundant-constraints-  build-depends:-      base >=4.7 && <5-    , containers >=0.6.6 && <0.7-    , deepseq >=1.4.8 && <1.5-    , mtl >=2.2.2 && <2.3-    , transformers >=0.5.6 && <0.6-  default-language: Haskell2010--test-suite FULE-test-  type: exitcode-stdio-1.0-  main-is: Spec.hs-  other-modules:-      Divided-      Grid-      Layout-      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.6 && <0.7-    , deepseq >=1.4.8 && <1.5-    , mtl >=2.2.2 && <2.3-    , transformers >=0.5.6 && <0.6-  default-language: Haskell2010+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.0
+x-revision: 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, 2023 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
+  other-modules:
+      Paths_FULE
+  hs-source-dirs:
+      src
+  ghc-options: -Wredundant-constraints
+  build-depends:
+      base >=4.7 && <5
+    , containers >=0.6.5 && <0.7
+    , deepseq >=1.4.6 && <1.5
+    , mtl >=2.2.2 && <2.3
+    , transformers >=0.5.6 && <0.6
+  default-language: Haskell2010
+
+test-suite FULE-test
+  type: exitcode-stdio-1.0
+  main-is: Spec.hs
+  other-modules:
+      Divided
+      Grid
+      Layout
+      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.3
+    , transformers >=0.5.6 && <0.6
+  default-language: Haskell2010