damnpacket-1.3.1: damnpacket.cabal
name: damnpacket
version: 1.3.1
synopsis: Parsing dAmn messages
description: This module provides a datatype and convenience functions for parsing,
manipulating, and rendering deviantART Message Network messages.
license: MIT
license-file: LICENSE
author: Jude Taylor
maintainer: me@jude.xyz
tested-with: GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.3
category: Network
build-type: Simple
extra-source-files: ChangeLog.md
cabal-version: >= 1.10
source-repository head
type: git
location: https://github.com/pikajude/damnpacket
library
exposed-modules: Network.Damn
Network.Damn.Format.Damn
Network.Damn.Format.IRC
other-modules: Network.Damn.Format.Base
Network.Damn.Format.Damn.Internal
Network.Damn.Tablumps
Network.Damn.Tablumps.TH
hs-source-dirs: src
build-depends: base == 4.*
, attoparsec
, bytestring
, fail
, html-entity
, semigroups
, template-haskell
, text
, th-lift-instances
default-language: Haskell2010
ghc-options: -Wall
test-suite parse
type: exitcode-stdio-1.0
main-is: parse.hs
hs-source-dirs: test
build-depends: base, HUnit, QuickCheck, bytestring, damnpacket, hspec
default-language: Haskell2010