95 lines
2.3 KiB
Plaintext
95 lines
2.3 KiB
Plaintext
|
cabal-version: 2.2
|
||
|
|
||
|
-- This file has been generated from package.yaml by hpack version 0.36.0.
|
||
|
--
|
||
|
-- see: https://github.com/sol/hpack
|
||
|
|
||
|
name: pulsar
|
||
|
version: 0.1.0.0
|
||
|
description: Please see the README at <https://gitea.treehouse.systems/Rin/pulsar#readme>
|
||
|
author: Rin
|
||
|
maintainer: rin@rin.systems
|
||
|
copyright: 2023 Rin
|
||
|
license: CC-BY-SA-4.0
|
||
|
license-file: LICENSE
|
||
|
build-type: Simple
|
||
|
extra-source-files:
|
||
|
CHANGELOG.md
|
||
|
|
||
|
source-repository head
|
||
|
type: git
|
||
|
location: Rin/pulsar
|
||
|
|
||
|
library
|
||
|
exposed-modules:
|
||
|
Lib
|
||
|
other-modules:
|
||
|
Paths_pulsar
|
||
|
autogen-modules:
|
||
|
Paths_pulsar
|
||
|
hs-source-dirs:
|
||
|
src
|
||
|
default-extensions:
|
||
|
DerivingVia
|
||
|
LambdaCase
|
||
|
NamedWildCards
|
||
|
LexicalNegation
|
||
|
NoStarIsType
|
||
|
FunctionalDependencies
|
||
|
GADTs
|
||
|
DuplicateRecordFields
|
||
|
RecordWildCards
|
||
|
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints
|
||
|
build-depends:
|
||
|
base >=4.7 && <5
|
||
|
default-language: GHC2021
|
||
|
|
||
|
executable pulsar-exe
|
||
|
main-is: Main.hs
|
||
|
other-modules:
|
||
|
Paths_pulsar
|
||
|
autogen-modules:
|
||
|
Paths_pulsar
|
||
|
hs-source-dirs:
|
||
|
app
|
||
|
default-extensions:
|
||
|
DerivingVia
|
||
|
LambdaCase
|
||
|
NamedWildCards
|
||
|
LexicalNegation
|
||
|
NoStarIsType
|
||
|
FunctionalDependencies
|
||
|
GADTs
|
||
|
DuplicateRecordFields
|
||
|
RecordWildCards
|
||
|
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints
|
||
|
build-depends:
|
||
|
base >=4.7 && <5
|
||
|
, pulsar
|
||
|
default-language: GHC2021
|
||
|
|
||
|
test-suite pulsar-test
|
||
|
type: exitcode-stdio-1.0
|
||
|
main-is: Spec.hs
|
||
|
other-modules:
|
||
|
Paths_pulsar
|
||
|
autogen-modules:
|
||
|
Paths_pulsar
|
||
|
hs-source-dirs:
|
||
|
test
|
||
|
default-extensions:
|
||
|
DerivingVia
|
||
|
LambdaCase
|
||
|
NamedWildCards
|
||
|
LexicalNegation
|
||
|
NoStarIsType
|
||
|
FunctionalDependencies
|
||
|
GADTs
|
||
|
DuplicateRecordFields
|
||
|
RecordWildCards
|
||
|
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints
|
||
|
build-depends:
|
||
|
base >=4.7 && <5
|
||
|
, pulsar
|
||
|
default-language: GHC2021
|