Skip to content

Commit

Permalink
Fixing Cabal file.
Browse files Browse the repository at this point in the history
  • Loading branch information
mitar committed Feb 25, 2011
1 parent d279799 commit 9087548
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions NXT.cabal
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: NXT Name: NXT
Version: 0.1.6 Version: 0.1.7
Synopsis: A Haskell interface to Lego Mindstorms NXT Synopsis: A Haskell interface to Lego Mindstorms NXT
Description: A Haskell interface to Lego Mindstorms NXT over Bluetoooth. It supports direct commands, messages and 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 many sensors (also unofficial). It has also support for a simple message-based control of a NXT brick
Expand Down Expand Up @@ -51,6 +51,8 @@ Library
Includes: ffi/blue.h, Includes: ffi/blue.h,
ffi/initserial.h ffi/initserial.h
GHC-options: -Wall GHC-options: -Wall
GHC-prof-options: -Wall
GHC-shared-options: -Wall
if os(linux) if os(linux)
Extra-libraries: bluetooth Extra-libraries: bluetooth


Expand All @@ -59,7 +61,7 @@ Executable nxt-shutdown
HS-source-dirs: src HS-source-dirs: src
Build-depends: base >= 4.3 && < 5, Build-depends: base >= 4.3 && < 5,
mtl >= 1.1 && < 3, mtl >= 1.1 && < 3,
NXT == 0.1.6 NXT == 0.1.7
GHC-options: -Wall GHC-options: -Wall


Executable nxt-upload Executable nxt-upload
Expand All @@ -69,7 +71,5 @@ Executable nxt-upload
mtl >= 1.1 && < 3, mtl >= 1.1 && < 3,
bytestring >= 0.9 && < 1, bytestring >= 0.9 && < 1,
filepath >= 1.1 && < 2, filepath >= 1.1 && < 2,
NXT == 0.1.6 NXT == 0.1.7
GHC-options: -Wall GHC-options: -Wall
GHC-prof-options: -Wall
GHC-shared-options: -Wall

0 comments on commit 9087548

Please sign in to comment.