Theta testing framework
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
1002 B

2 years ago
name: theta
version: 0.1.0.0
-- synopsis:
-- description:
homepage: https://github.com/githubuser/theta#readme
license: BSD3
license-file: LICENSE
author: Denis Tereshkin
maintainer: denis@kasan.ws
copyright: 2023 Denis Tereshkin
category: Web
build-type: Simple
cabal-version: >=1.10
extra-source-files: README.md
CHANGELOG.md
library theta-lib
hs-source-dirs: src
modules: Packets.Packet
default-language: Haskell2010
build-depends: base >= 4.7 && < 5
ghc-options: -Wall
-Wcompat
-Widentities
-Wincomplete-record-updates
-Wincomplete-uni-patterns
-Wmissing-export-lists
-Wmissing-home-modules
-Wpartial-fields
-Wredundant-constraints