wwffwfwf/wwffwfwf.cabal

75 lines
2.1 KiB
Text
Raw Permalink Normal View History

2024-09-17 11:42:58 +02:00
cabal-version: 2.2
-- This file has been generated from package.yaml by hpack version 0.35.2.
--
-- see: https://github.com/sol/hpack
name: wwffwfwf
version: 0.1.0.0
2024-09-17 16:01:09 +02:00
synopsis: it's true because it works
2024-09-17 11:42:58 +02:00
description: Please see the README on GitHub at <https://github.com/githubuser/wwffwfwf#readme>
homepage: https://github.com/githubuser/wwffwfwf#readme
bug-reports: https://github.com/githubuser/wwffwfwf/issues
author: VegOwOtenks
maintainer: vegowotenks@jossco.de
copyright: AGPL3
license: BSD-3-Clause
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
CHANGELOG.md
source-repository head
type: git
location: https://github.com/githubuser/wwffwfwf
library
exposed-modules:
Lib
other-modules:
Paths_wwffwfwf
autogen-modules:
Paths_wwffwfwf
hs-source-dirs:
src
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
2024-09-17 16:01:09 +02:00
, containers
, parsec
2024-09-17 11:42:58 +02:00
default-language: Haskell2010
executable wwffwfwf-exe
main-is: Main.hs
other-modules:
Paths_wwffwfwf
autogen-modules:
Paths_wwffwfwf
hs-source-dirs:
app
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.7 && <5
2024-09-17 16:01:09 +02:00
, containers
, parsec
2024-09-17 11:42:58 +02:00
, wwffwfwf
default-language: Haskell2010
test-suite wwffwfwf-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Paths_wwffwfwf
autogen-modules:
Paths_wwffwfwf
hs-source-dirs:
test
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.7 && <5
2024-09-17 16:01:09 +02:00
, containers
, parsec
2024-09-17 11:42:58 +02:00
, wwffwfwf
default-language: Haskell2010