-- This file has been generated from package.yaml by hpack version 0.17.0. -- -- see: https://github.com/sol/hpack name: fluid-idl version: 0.0.1 synopsis: Fluid | The Programmatic IDL description: Fluid | The Programmatic IDL category: Web maintainer: Joe Vargas license: BSD3 license-file: LICENSE build-type: Simple cabal-version: >= 1.10 extra-source-files: package.yaml README.md library hs-source-dirs: library default-extensions: ConstraintKinds DeriveGeneric DuplicateRecordFields FlexibleContexts FlexibleInstances GADTs GeneralizedNewtypeDeriving KindSignatures LambdaCase MultiParamTypeClasses NamedFieldPuns OverloadedStrings RankNTypes ScopedTypeVariables TupleSections TypeApplications TypeOperators ghc-options: -Wall build-depends: 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 exposed-modules: Fluid.Ast Fluid.Client Fluid.Client.Exchange Fluid.Client.Expr Fluid.Endpoint Fluid.Imports Fluid.Prim Fluid.RuntimeThrower Fluid.Server Fluid.Server.Exchange Fluid.Server.Expr Fluid.ServiceThrower Fluid.Types Fluid.Val default-language: Haskell2010 test-suite fluid-suite type: exitcode-stdio-1.0 main-is: Spec.hs hs-source-dirs: tests default-extensions: ConstraintKinds DeriveGeneric DuplicateRecordFields FlexibleContexts FlexibleInstances GADTs GeneralizedNewtypeDeriving KindSignatures LambdaCase MultiParamTypeClasses NamedFieldPuns OverloadedStrings RankNTypes ScopedTypeVariables TupleSections TypeApplications TypeOperators ghc-options: -Wall -rtsopts -threaded -with-rtsopts=-N build-depends: aeson , base >= 4.7 && < 5 , fluid , containers , hspec , scientific , text , tuple , vector other-modules: AstSpec ClientSpec ExprSpec ValSpec default-language: Haskell2010