name: belgian-structured-communication
version: 0.2.0.0
synopsis: parsing, rendering and manipulating the structured communication of Belgian financial transactions.
description:
A package that exports a 'StructuredCommunication' data type that can render and manipulate structured
communcation.
The package also has some parsers to parse structured communcation, and a quasi quoter to define these at compile time.
homepage: https://github.com/hapytex/belgian-structured-communication#readme
license: BSD3
license-file: LICENSE
author: Willem Van Onsem
maintainer: hapytexeu+gh@gmail.com
copyright: 2023 HaPyTeΧ
category: finance
build-type: Simple
extra-source-files: README.md
CHANGELOG.md
cabal-version: >=1.10
library
hs-source-dirs: src
exposed-modules:
Finance.Belgium.StructuredCommunication
build-depends:
base >= 4.7 && < 5
, binary >= 0.2
, hashable >= 1.0
, parsec >=3.0
, QuickCheck >=2.1
, random >=1.2
, template-haskell >=2.3.0.0
, text >= 0.1
, validity >= 0.4.0.0
default-language: Haskell2010
ghc-options: -Wall
-Wcompat
-Widentities
-Wincomplete-record-updates
-Wincomplete-uni-patterns
-Wmissing-home-modules
-Wredundant-constraints
test-suite belgian-structured-test
type: exitcode-stdio-1.0
main-is: Main.hs
hs-source-dirs: test
other-modules:
Finance.Belgium.StructuredCommunicationSpec
build-depends:
base
, belgian-structured-communication
, hspec ==2.*
, parsec >=3.0
, QuickCheck >=2.1
, validity >= 0.4.0.0
build-tool-depends:
hspec-discover:hspec-discover == 2.*
default-language: Haskell2010
default-extensions:
ghc-options: -Wall -Wcompat -Wcompat
-Wincomplete-record-updates
-Wincomplete-uni-patterns
-Wredundant-constraints
source-repository head
type: git
location: https://github.com/hapytex/belgian-structured-communication