NXT 0.1.6 → 0.1.8
raw patch · 1 files changed
+9/−5 lines, 1 filesdep ~NXT
Dependency ranges changed: NXT
Files
- NXT.cabal +9/−5
NXT.cabal view
@@ -1,5 +1,5 @@ Name: NXT-Version: 0.1.6+Version: 0.1.8 Synopsis: A Haskell interface to Lego Mindstorms NXT Description: A Haskell interface to Lego Mindstorms NXT over Bluetoooth. It supports direct commands, messages and many sensors (also unofficial). It has also support for a simple message-based control of a NXT brick@@ -51,15 +51,21 @@ Includes: ffi/blue.h, ffi/initserial.h GHC-options: -Wall+ GHC-prof-options: -Wall+ GHC-shared-options: -Wall if os(linux) Extra-libraries: bluetooth +Source-repository head+ type: mercurial+ location: https://bitbucket.org/mitar/nxt+ Executable nxt-shutdown Main-is: Shutdown.hs HS-source-dirs: src Build-depends: base >= 4.3 && < 5, mtl >= 1.1 && < 3,- NXT == 0.1.6+ NXT == 0.1.8 GHC-options: -Wall Executable nxt-upload@@ -69,7 +75,5 @@ mtl >= 1.1 && < 3, bytestring >= 0.9 && < 1, filepath >= 1.1 && < 2,- NXT == 0.1.6+ NXT == 0.1.8 GHC-options: -Wall- GHC-prof-options: -Wall- GHC-shared-options: -Wall