packages feed

sensei-0.7.0: sensei.cabal

cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.35.1.
--
-- see: https://github.com/sol/hpack

name:           sensei
version:        0.7.0
synopsis:       Automatically run Hspec tests on file modifications
category:       Development
homepage:       https://github.com/hspec/sensei#readme
bug-reports:    https://github.com/hspec/sensei/issues
maintainer:     Simon Hengel <sol@typeful.net>
license:        MIT
license-file:   LICENSE
build-type:     Simple
data-files:
    startup.ghci

source-repository head
  type: git
  location: https://github.com/hspec/sensei

executable seito
  main-is: seito.hs
  hs-source-dirs:
      src
      driver
  ghc-options: -Wall
  build-depends:
      ansi-terminal
    , base >=4.11 && <5
    , bytestring
    , directory
    , filepath
    , fsnotify ==0.4.*
    , http-client >=0.5.0
    , http-types
    , network
    , process
    , stm
    , text
    , time
    , unix
    , wai
    , warp
  other-modules:
      Client
      EventQueue
      HTTP
      Imports
      Language.Haskell.GhciWrapper
      Options
      ReadHandle
      Run
      Session
      Trigger
      Util
      Paths_sensei
  default-language: Haskell2010

executable sensei
  main-is: sensei.hs
  hs-source-dirs:
      src
      driver
  ghc-options: -Wall
  build-depends:
      ansi-terminal
    , base >=4.11 && <5
    , bytestring
    , directory
    , filepath
    , fsnotify ==0.4.*
    , http-client >=0.5.0
    , http-types
    , network
    , process
    , stm
    , text
    , time
    , unix
    , wai
    , warp
  other-modules:
      Client
      EventQueue
      HTTP
      Imports
      Language.Haskell.GhciWrapper
      Options
      ReadHandle
      Run
      Session
      Trigger
      Util
      Paths_sensei
  default-language: Haskell2010

executable sensei-web
  main-is: sensei-web.hs
  hs-source-dirs:
      src
      driver
  ghc-options: -Wall
  build-depends:
      ansi-terminal
    , base >=4.11 && <5
    , bytestring
    , directory
    , filepath
    , fsnotify ==0.4.*
    , http-client >=0.5.0
    , http-types
    , network
    , process
    , stm
    , text
    , time
    , unix
    , wai
    , warp
  other-modules:
      Client
      EventQueue
      HTTP
      Imports
      Language.Haskell.GhciWrapper
      Options
      ReadHandle
      Run
      Session
      Trigger
      Util
      Paths_sensei
  default-language: Haskell2010

test-suite spec
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  hs-source-dirs:
      src
      test
  ghc-options: -Wall
  cpp-options: -DTEST
  build-tool-depends:
      hspec-discover:hspec-discover
  build-depends:
      QuickCheck
    , ansi-terminal
    , base >=4.11 && <5
    , bytestring
    , directory
    , filepath
    , fsnotify ==0.4.*
    , hspec >=2.9.0
    , hspec-contrib >=0.5.2
    , hspec-wai
    , http-client >=0.5.0
    , http-types
    , mockery
    , network
    , process
    , silently
    , stm
    , text
    , time
    , unix
    , wai
    , warp
  other-modules:
      Client
      EventQueue
      HTTP
      Imports
      Language.Haskell.GhciWrapper
      Options
      ReadHandle
      Run
      Session
      Trigger
      Util
      ClientSpec
      EventQueueSpec
      Helper
      HTTPSpec
      Language.Haskell.GhciWrapperSpec
      OptionsSpec
      ReadHandleSpec
      SessionSpec
      TriggerSpec
      UtilSpec
      Paths_sensei
  default-language: Haskell2010