-- This file has been generated from package.yaml by hpack version 0.17.0. -- -- see: https://github.com/sol/hpack name: colorless version: 2.2.10 synopsis: Colorless description: Colorless 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 , text , text-conversions , unordered-containers , vector exposed-modules: Colorless.Ast Colorless.Client Colorless.Client.Exchange Colorless.Client.Expr Colorless.Endpoint Colorless.Imports Colorless.Prim Colorless.RuntimeThrower Colorless.Server Colorless.Server.Exchange Colorless.Server.Expr Colorless.ServiceThrower Colorless.Types Colorless.Val default-language: Haskell2010 test-suite colorless-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 , colorless , containers , hspec , scientific , text , tuple , vector other-modules: AstSpec ClientSpec ExprSpec ValSpec default-language: Haskell2010