packages feed

Win32-dhcp-server 0.2.1 → 0.3

raw patch · 3 files changed

+14/−8 lines, 3 filesdep ~Win32-errorsdep ~basedep ~text

Dependency ranges changed: Win32-errors, base, text

Files

ChangeLog view
@@ -1,3 +1,9 @@+0.3+===++* Update to support GHC 7.6 - 7.10+* Expose freeDHCP function+ 0.2.1 ===== 
LICENSE view
@@ -1,4 +1,4 @@-Copyright (c)2013, Michael Steele
+Copyright 2013-2015 Michael Steele
 
 All rights reserved.
 
Win32-dhcp-server.cabal view
@@ -1,17 +1,17 @@ Name:                Win32-dhcp-server Synopsis:            Win32 DHCP Server Management API-Version:             0.2.1+Version:             0.3 License:             BSD3 License-file:        LICENSE Author:              Michael Steele Maintainer:          mikesteele81@gmail.com-Copyright:           2013 Michael Steele+Copyright:           Copyright 2013-2015 Michael Steele Homepage:            http://github.com/mikesteele81/win32-dhcp-server Bug-Reports:         http://github.com/mikesteele81/win32-dhcp-server/issues Category:            System Build-type:          Simple-Cabal-version:       >=1.14-Tested-With:         GHC == 7.8.3+Cabal-version:       >=1.16+Tested-With:         GHC == 7.6.3, GHC == 7.8.3, GHC == 7.10.1 Stability:           provisional Description:   This package provides a partial binding to the Win32 DHCP Server Management@@ -53,10 +53,10 @@     examples/*.hs  Library-  Build-depends: base         >= 4.6  && < 4.8-               , text         >  0.11 && < 1.2+  Build-depends: base         >= 4.6  && < 4.9+               , text         >= 0.11 && < 1.3                , Win32        >= 2.2  && < 2.4-               , Win32-errors >= 0.2  && < 1.0+               , Win32-errors >= 0.2  && < 0.3   default-language: Haskell2010   Exposed-modules: Data.Ip                  , Data.Mac