Skip to content

Commit

Permalink
Remove dependency on the ghc library.
Browse files Browse the repository at this point in the history
  • Loading branch information
deech committed Oct 9, 2015
1 parent 88e79db commit 174b716
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions fltkhs.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name : fltkhs
version : 0.2.0.0
version : 0.2.0.1
synopsis : FLTK bindings
description:
Low level bindings for the FLTK GUI toolkit.
Expand Down Expand Up @@ -101,8 +101,7 @@ library
Graphics.UI.FLTK.LowLevel.ColorChooser
build-depends:
base == 4.*,
bytestring,
ghc
bytestring
build-tools: c2hs
hs-source-dirs: src
other-modules: C2HS
Expand Down

0 comments on commit 174b716

Please sign in to comment.