packages feed

Win32-services-wrapper 0.1.1.0 → 0.1.2.0

raw patch · 1 files changed

+3/−6 lines, 1 filesdep ~base

Dependency ranges changed: base

Files

Win32-services-wrapper.cabal view
@@ -1,8 +1,5 @@--- Initial Win32-services-utils.cabal generated by cabal init.  For further---  documentation, see http://haskell.org/cabal/users-guide/- name:                Win32-services-wrapper-version:             0.1.1.0+version:             0.1.2.0 synopsis:            Wrapper code for making a Win32 service description:         Builds on the Win32-services package, providing a simple                      wrapper for turning a long-running process into a@@ -25,7 +22,7 @@   description: Build with warnings-as-errors  library-  build-tools:         ghc >= 7.4 && < 7.8+  build-tools:         ghc >= 7.4 && < 7.10   hs-source-dirs:      src   exposed-modules:     System.Win32.SystemServices.Wrapper   other-modules:@@ -34,7 +31,7 @@                        Win32 >= 2.2 && < 2.4,                        filepath ==1.3.*,                        directory >= 1.1 && < 1.3,-                       base >= 4.5 && < 4.7+                       base >= 4.5 && < 4.8    if flag(warn-as-error)     ghc-options:      -Werror