maccatcher 2.1.1 → 2.1.2
raw patch · 3 files changed
+8/−4 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CONTRIBUTORS +1/−0
- System/Info/MAC/Fetch.hs +1/−1
- maccatcher.cabal +6/−3
CONTRIBUTORS view
@@ -1,2 +1,3 @@ Jason Dusek+ Martin Grabmueller
System/Info/MAC/Fetch.hs view
@@ -36,7 +36,7 @@ return outputs where cmd | os == "mingw32" = "ipconfig /all"- | otherwise = "ifconfig"+ | otherwise = "LANG=C ifconfig"
maccatcher.cabal view
@@ -1,5 +1,5 @@ name: maccatcher-version: 2.1.1+version: 2.1.2 category: Text license: BSD3 license-file: LICENSE@@ -9,12 +9,15 @@ description: Obtain the host MAC address on *NIX and Windows. --cabal-version: >= 1.2+cabal-version: >= 1.6 build-type: Simple extra-source-files: README , CONTRIBUTORS , samples++source-repository head+ type: git+ location: http://github.com/solidsnack/maccatcher.git flag split-base