-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: fe4c4326de8d1b9b98aa181046d238944a1367f74a0606e8d110ecee2dded374
name: threepenny-editors
version: 0.5.6.1
synopsis: Composable algebraic editors
description: This package provides a type class 'Editable' and combinators to
easily put together form-like editors for algebraic datatypes.
.
NOTE: This library contains examples, but they are not built by default.
To build and install the example, use the @buildExamples@ flag like this
.
@cabal install threepenny-editors -fbuildExamples@
category: Web
homepage: https://github.com/pepeiborra/threepenny-editors
author: Jose Iborra
maintainer: pepeiborra@gmail.com
copyright: All Rights Reserved
license: BSD3
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
CHANGELOG.md
README.md
flag buildExamples
description: build the examples
manual: True
default: False
library
exposed-modules:
Data.HasEmpty
Graphics.UI.Threepenny.Editors
Graphics.UI.Threepenny.Editors.Layout
Graphics.UI.Threepenny.Editors.Utils
Graphics.UI.Threepenny.Editors.Types
Graphics.UI.Threepenny.Editors.Validation
other-modules:
Paths_threepenny_editors
hs-source-dirs:
src
ghc-options: -Wall -Wno-name-shadowing
build-depends:
base >=4.7 && <5
, bifunctors
, casing
, containers >=0.5.9
, generics-sop
, profunctors
, semigroups
, text
, threepenny-gui >0.7
default-language: Haskell2010
executable crud
main-is: CRUD.hs
hs-source-dirs:
examples
ghc-options: -Wall -Wno-name-shadowing -main-is CRUD
build-depends:
base >=4.7 && <5
, bifunctors
, casing
, containers >=0.5.9
, generics-sop
, profunctors
, semigroups
, text
, threepenny-gui >0.7
if flag(buildExamples)
build-depends:
containers
, threepenny-editors
else
buildable: False
default-language: Haskell2010
executable crud2
main-is: CRUD2.hs
hs-source-dirs:
examples
ghc-options: -Wall -Wno-name-shadowing -main-is CRUD2
build-depends:
base >=4.7 && <5
, bifunctors
, casing
, containers >=0.5.9
, generics-sop
, profunctors
, semigroups
, text
, threepenny-gui >0.7
if flag(buildExamples)
build-depends:
containers
, threepenny-editors
else
buildable: False
default-language: Haskell2010
executable parser
main-is: Parser.hs
hs-source-dirs:
examples
ghc-options: -Wall -Wno-name-shadowing -main-is Parser
build-depends:
base >=4.7 && <5
, bifunctors
, casing
, containers >=0.5.9
, generics-sop
, profunctors
, semigroups
, text
, threepenny-gui >0.7
if flag(buildExamples)
build-depends:
haskell-src-exts
, threepenny-editors
else
buildable: False
default-language: Haskell2010
executable person
main-is: Person.hs
hs-source-dirs:
examples
ghc-options: -Wall -Wno-name-shadowing -main-is Person
build-depends:
base >=4.7 && <5
, bifunctors
, casing
, containers >=0.5.9
, generics-sop
, profunctors
, semigroups
, text
, threepenny-gui >0.7
if flag(buildExamples)
build-depends:
threepenny-editors
else
buildable: False
default-language: Haskell2010
executable person2
main-is: Person2.hs
hs-source-dirs:
examples
ghc-options: -Wall -Wno-name-shadowing -main-is Person2
build-depends:
base >=4.7 && <5
, bifunctors
, casing
, containers >=0.5.9
, generics-sop
, profunctors
, semigroups
, text
, threepenny-gui >0.7
if flag(buildExamples)
build-depends:
threepenny-editors
else
buildable: False
default-language: Haskell2010