fluid-idl-0.0.5: package.yaml
name: fluid-idl
version: '0.0.5'
category: Web
synopsis: Fluid | The Programmatic IDL
description: Fluid | The Programmatic IDL
maintainer: Joe Vargas
license: BSD3
extra-source-files:
- package.yaml
- README.md
ghc-options: -Wall
default-extensions:
- ConstraintKinds
- DeriveGeneric
- DuplicateRecordFields
- FlexibleContexts
- FlexibleInstances
- GADTs
- GeneralizedNewtypeDeriving
- KindSignatures
- LambdaCase
- MultiParamTypeClasses
- NamedFieldPuns
- OverloadedStrings
- RankNTypes
- ScopedTypeVariables
- TupleSections
- TypeApplications
- TypeOperators
library:
dependencies:
- aeson
- base >= 4.7 && < 5
- bytestring
- containers
- errors
- exceptions
- lifted-async
- monad-control
- monad-logger
- mtl
- random
- scientific
- safe-exceptions
- text
- text-conversions
- unordered-containers
- vector
source-dirs: library
tests:
fluid-suite:
dependencies:
- aeson
- base >= 4.7 && < 5
- fluid-idl
- containers
- hspec
- scientific
- text
- vector
ghc-options:
- -rtsopts
- -threaded
- -with-rtsopts=-N
main: Spec.hs
source-dirs: tests