packages feed

Cabal revisions of sensei-0.1.0

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
--- This file has been generated from package.yaml by hpack version 0.11.0.------ see: https://github.com/sol/hpack--name:           sensei-version:        0.1.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-cabal-version:  >= 1.10--source-repository head-  type: git-  location: https://github.com/hspec/sensei--executable seito-  main-is: seito.hs-  hs-source-dirs:-      src-    , doctest/ghci-wrapper/src/-    , driver-  ghc-options: -Wall-  build-depends:-      base >= 4.7 && < 5-    , base-compat >= 0.8-    , process-    , fsnotify-    , time-    , wai-    , warp-    , http-types-    , stm-    , text-    , network-    , ansi-terminal-    , directory-    , http-client-    , bytestring-    , filepath-    , unix-  other-modules:-      Client-      EventQueue-      HTTP-      Options-      Run-      Session-      Trigger-      Util-      Language.Haskell.GhciWrapper-  default-language: Haskell2010--executable sensei-  main-is: sensei.hs-  hs-source-dirs:-      src-    , doctest/ghci-wrapper/src/-    , driver-  ghc-options: -Wall-  build-depends:-      base >= 4.7 && < 5-    , base-compat >= 0.8-    , process-    , fsnotify-    , time-    , wai-    , warp-    , http-types-    , stm-    , text-    , network-    , ansi-terminal-    , directory-    , http-client-    , bytestring-    , filepath-    , unix-  other-modules:-      Client-      EventQueue-      HTTP-      Options-      Run-      Session-      Trigger-      Util-      Language.Haskell.GhciWrapper-  default-language: Haskell2010--executable sensei-web-  main-is: sensei-web.hs-  hs-source-dirs:-      src-    , doctest/ghci-wrapper/src/-    , driver-  ghc-options: -Wall-  build-depends:-      base >= 4.7 && < 5-    , base-compat >= 0.8-    , process-    , fsnotify-    , time-    , wai-    , warp-    , http-types-    , stm-    , text-    , network-    , ansi-terminal-    , directory-    , http-client-    , bytestring-    , filepath-    , unix-  other-modules:-      Client-      EventQueue-      HTTP-      Options-      Run-      Session-      Trigger-      Util-      Language.Haskell.GhciWrapper-  default-language: Haskell2010--test-suite spec-  type: exitcode-stdio-1.0-  main-is: Spec.hs-  hs-source-dirs:-      src-    , doctest/ghci-wrapper/src/-    , test-  ghc-options: -Wall-  build-depends:-      base >= 4.7 && < 5-    , base-compat >= 0.8-    , process-    , fsnotify-    , time-    , wai-    , warp-    , http-types-    , stm-    , text-    , network-    , ansi-terminal-    , directory-    , http-client-    , bytestring-    , filepath-    , unix-    , hspec >= 2.2.1-    , hspec-wai-    , mockery-    , silently-    , interpolate-  other-modules:-      Client-      EventQueue-      HTTP-      Options-      Run-      Session-      Trigger-      Util-      Language.Haskell.GhciWrapper-      ClientSpec-      Helper-      HTTPSpec-      OptionsSpec-      SessionSpec-      TriggerSpec-      UtilSpec-  default-language: Haskell2010+-- This file has been generated from package.yaml by hpack version 0.11.0.
+--
+-- see: https://github.com/sol/hpack
+
+name:           sensei
+version:        0.1.0
+x-revision: 1
+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
+cabal-version:  >= 1.10
+
+source-repository head
+  type: git
+  location: https://github.com/hspec/sensei
+
+executable seito
+  main-is: seito.hs
+  hs-source-dirs:
+      src
+    , doctest/ghci-wrapper/src/
+    , driver
+  ghc-options: -Wall
+  build-depends:
+      base >= 4.7 && < 5
+    , base-compat >= 0.8
+    , process
+    , fsnotify
+    , time
+    , wai
+    , warp < 3.2.4
+    , http-types
+    , stm
+    , text
+    , network
+    , ansi-terminal
+    , directory
+    , http-client
+    , bytestring
+    , filepath
+    , unix
+  other-modules:
+      Client
+      EventQueue
+      HTTP
+      Options
+      Run
+      Session
+      Trigger
+      Util
+      Language.Haskell.GhciWrapper
+  default-language: Haskell2010
+
+executable sensei
+  main-is: sensei.hs
+  hs-source-dirs:
+      src
+    , doctest/ghci-wrapper/src/
+    , driver
+  ghc-options: -Wall
+  build-depends:
+      base >= 4.7 && < 5
+    , base-compat >= 0.8
+    , process
+    , fsnotify
+    , time
+    , wai
+    , warp
+    , http-types
+    , stm
+    , text
+    , network
+    , ansi-terminal
+    , directory
+    , http-client
+    , bytestring
+    , filepath
+    , unix
+  other-modules:
+      Client
+      EventQueue
+      HTTP
+      Options
+      Run
+      Session
+      Trigger
+      Util
+      Language.Haskell.GhciWrapper
+  default-language: Haskell2010
+
+executable sensei-web
+  main-is: sensei-web.hs
+  hs-source-dirs:
+      src
+    , doctest/ghci-wrapper/src/
+    , driver
+  ghc-options: -Wall
+  build-depends:
+      base >= 4.7 && < 5
+    , base-compat >= 0.8
+    , process
+    , fsnotify
+    , time
+    , wai
+    , warp
+    , http-types
+    , stm
+    , text
+    , network
+    , ansi-terminal
+    , directory
+    , http-client
+    , bytestring
+    , filepath
+    , unix
+  other-modules:
+      Client
+      EventQueue
+      HTTP
+      Options
+      Run
+      Session
+      Trigger
+      Util
+      Language.Haskell.GhciWrapper
+  default-language: Haskell2010
+
+test-suite spec
+  type: exitcode-stdio-1.0
+  main-is: Spec.hs
+  hs-source-dirs:
+      src
+    , doctest/ghci-wrapper/src/
+    , test
+  ghc-options: -Wall
+  build-depends:
+      base >= 4.7 && < 5
+    , base-compat >= 0.8
+    , process
+    , fsnotify
+    , time
+    , wai
+    , warp
+    , http-types
+    , stm
+    , text
+    , network
+    , ansi-terminal
+    , directory
+    , http-client
+    , bytestring
+    , filepath
+    , unix
+    , hspec >= 2.2.1
+    , hspec-wai
+    , mockery
+    , silently
+    , interpolate
+  other-modules:
+      Client
+      EventQueue
+      HTTP
+      Options
+      Run
+      Session
+      Trigger
+      Util
+      Language.Haskell.GhciWrapper
+      ClientSpec
+      Helper
+      HTTPSpec
+      OptionsSpec
+      SessionSpec
+      TriggerSpec
+      UtilSpec
+  default-language: Haskell2010
revision 2
 
 name:           sensei
 version:        0.1.0
-x-revision: 1
+x-revision: 2
 synopsis:       Automatically run Hspec tests on file modifications
 category:       Development
 homepage:       https://github.com/hspec/sensei#readme
       base >= 4.7 && < 5
     , base-compat >= 0.8
     , process
-    , fsnotify
+    , fsnotify <0.4
     , time
     , wai
     , warp < 3.2.4
       base >= 4.7 && < 5
     , base-compat >= 0.8
     , process
-    , fsnotify
+    , fsnotify <0.4
     , time
     , wai
     , warp
       base >= 4.7 && < 5
     , base-compat >= 0.8
     , process
-    , fsnotify
+    , fsnotify <0.4
     , time
     , wai
     , warp
       base >= 4.7 && < 5
     , base-compat >= 0.8
     , process
-    , fsnotify
+    , fsnotify <0.4
     , time
     , wai
     , warp