Skip to content
This repository has been archived by the owner on Jan 7, 2020. It is now read-only.

Commit

Permalink
Fix parse err in .cabal file; kill Paths_* module
Browse files Browse the repository at this point in the history
  • Loading branch information
thoughtpolice committed Mar 20, 2012
1 parent f96d499 commit d3e7e0c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions shake-extras.cabal
Expand Up @@ -28,15 +28,13 @@ source-repository head
library
exposed-modules:
Development.Shake.CLI
other-modules:
Paths_shake_extras
build-depends:
base >= 4,
filepath >= 1,
directory >= 1,
bytestring >= 0.9,
shake == 0.2.8,
cmdargs >= 0.9.3,
cmdargs >= 0.9.3

ghc-options: -Wall -O2 -funbox-strict-fields
-fwarn-tabs
Expand Down

0 comments on commit d3e7e0c

Please sign in to comment.