WL500gPControl 0.3.1 → 0.3.2
raw patch · 1 files changed
+3/−3 lines, 1 filesdep +WL500gPLibdep −WL500gPLibrary
Dependencies added: WL500gPLib
Dependencies removed: WL500gPLibrary
Files
- WL500gPControl.cabal +3/−3
WL500gPControl.cabal view
@@ -1,5 +1,5 @@ name: WL500gPControl-version: 0.3.1+version: 0.3.2 cabal-version: >= 1.2 license: BSD3 license-file: LICENSE@@ -11,13 +11,13 @@ executable WL500gPStatus main-is: Status/Main.hs- build-depends: base < 4, WL500gPLibrary >= 0.3+ build-depends: base < 4, WL500gPLib >= 0.3 hs-source-dirs: src other-modules: Common executable WL500gPControl main-is: Control/Main.hs- build-depends: base < 4, WL500gPLibrary >= 0.3, mtl, unix+ build-depends: base < 4, WL500gPLib >= 0.3, mtl, unix hs-source-dirs: src other-modules: Common