Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
Fix cabal file
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdone committed Aug 30, 2016
1 parent 3d0fe4d commit 7d883bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hindent.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ executable hindent
hs-source-dirs: src/main
ghc-options: -Wall -O2
main-is: Main.hs
other-modules: Path.Find, Path.IO
other-modules: Path.Find
build-depends: base >= 4 && < 5
, hindent
, bytestring
Expand Down

0 comments on commit 7d883bf

Please sign in to comment.