Skip to content

Commit

Permalink
Housekeeping.
Browse files Browse the repository at this point in the history
  • Loading branch information
moodmosaic committed Jan 29, 2015
1 parent f11a107 commit 225767f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions quickcheck-samples.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ Library
Default-Language: Haskell2010
HS-Source-Dirs: tests
GHC-Options: -Wall
Exposed-Modules: GettingStarted
Build-Depends: base >= 4 && < 5
Build-Depends: base
, hspec
, QuickCheck

Expand All @@ -18,6 +17,6 @@ Test-Suite spec
Hs-Source-Dirs: tests
Ghc-Options: -Wall
Main-Is: Spec.hs
Build-Depends: base >= 4 && < 5
Build-Depends: base
, hspec
, QuickCheck

0 comments on commit 225767f

Please sign in to comment.