82 lines
1.7 KiB
Plaintext
82 lines
1.7 KiB
Plaintext
cabal-version: 1.12
|
|
|
|
-- This file has been generated from package.yaml by hpack version 0.34.4.
|
|
--
|
|
-- see: https://github.com/sol/hpack
|
|
|
|
name: lisa
|
|
version: 0.1.0.0
|
|
description: Please see the README on GitHub at <https://github.com/pbrinkmeier/lisa#readme>
|
|
homepage: https://github.com/pbrinkmeier/lisa#readme
|
|
bug-reports: https://github.com/pbrinkmeier/lisa/issues
|
|
author: Paul Brinkmeier
|
|
maintainer: hallo@pbrinkmeier.de
|
|
copyright: Paul Brinkmeier (c) 2021
|
|
license: BSD3
|
|
license-file: LICENSE
|
|
build-type: Simple
|
|
extra-source-files:
|
|
README.md
|
|
ChangeLog.md
|
|
|
|
source-repository head
|
|
type: git
|
|
location: https://github.com/pbrinkmeier/lisa
|
|
|
|
library
|
|
exposed-modules:
|
|
Lisa
|
|
Lisa.Squeak
|
|
Lisa.Views
|
|
other-modules:
|
|
Paths_lisa
|
|
hs-source-dirs:
|
|
src
|
|
ghc-options: -W
|
|
build-depends:
|
|
Spock >=0.14
|
|
, aeson >=2.0
|
|
, base >=4.7 && <5
|
|
, blaze-html >=0.9
|
|
, req >=3.10
|
|
, text >=1.0
|
|
, time >=1.11
|
|
default-language: Haskell2010
|
|
|
|
executable lisa-exe
|
|
main-is: Main.hs
|
|
other-modules:
|
|
Paths_lisa
|
|
hs-source-dirs:
|
|
app
|
|
ghc-options: -threaded -rtsopts -with-rtsopts=-N
|
|
build-depends:
|
|
Spock >=0.14
|
|
, aeson >=2.0
|
|
, base >=4.7 && <5
|
|
, blaze-html >=0.9
|
|
, lisa
|
|
, req >=3.10
|
|
, text >=1.0
|
|
, time >=1.11
|
|
default-language: Haskell2010
|
|
|
|
test-suite lisa-test
|
|
type: exitcode-stdio-1.0
|
|
main-is: Spec.hs
|
|
other-modules:
|
|
Paths_lisa
|
|
hs-source-dirs:
|
|
test
|
|
ghc-options: -threaded -rtsopts -with-rtsopts=-N
|
|
build-depends:
|
|
Spock >=0.14
|
|
, aeson >=2.0
|
|
, base >=4.7 && <5
|
|
, blaze-html >=0.9
|
|
, lisa
|
|
, req >=3.10
|
|
, text >=1.0
|
|
, time >=1.11
|
|
default-language: Haskell2010
|