Skip to content

Commit

Permalink
Make dependencies alphabetical and drop duplicates
Browse files Browse the repository at this point in the history
  • Loading branch information
process-bot committed Apr 15, 2014
1 parent f72925d commit 4b6ba7c
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions Elm.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -246,16 +246,11 @@ Test-Suite compiler-tests
SourceSyntax.Helpers
SourceSyntax.Literal
SourceSyntax.PrettyPrint
build-depends: base,
directory,
Elm,
test-framework,
build-depends: test-framework,
test-framework-hunit,
test-framework-quickcheck2 >= 0.3,
HUnit,
pretty,
QuickCheck >= 2 && < 3,
filemanip,
aeson,
base >=4.2 && <5,
binary >= 0.7.0.0,
Expand All @@ -265,6 +260,8 @@ Test-Suite compiler-tests
cmdargs,
containers >= 0.3,
directory,
Elm,
filemanip,
filepath,
indents,
language-ecmascript >=0.15 && < 1.0,
Expand Down

0 comments on commit 4b6ba7c

Please sign in to comment.