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