Skip to content

Commit

Permalink
Merge pull request #9 from trofi/master
Browse files Browse the repository at this point in the history
gloss-examples.cabal: fix typo in 'Build-depends:' field
  • Loading branch information
benl23x5 committed Jul 21, 2014
2 parents ae4a920 + 0560a54 commit dc538f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gloss-examples/gloss-examples.cabal
Expand Up @@ -281,7 +281,7 @@ Executable gloss-fluid


Executable gloss-snow
Build-depends
Build-depends:
base == 4.7.*,
repa == 3.2.*,
gloss == 1.8.2.*
Expand All @@ -296,7 +296,7 @@ Executable gloss-snow


Executable gloss-mandel
Build-depends
Build-depends:
base == 4.7.*,
repa == 3.2.*,
gloss == 1.8.2.*
Expand All @@ -314,7 +314,7 @@ Executable gloss-mandel


Executable gloss-graph
Build-depends
Build-depends:
base == 4.7.*,
containers == 0.5.*,
gloss == 1.8.2.*
Expand Down

0 comments on commit dc538f0

Please sign in to comment.