Skip to content

Commit

Permalink
Removing extraneous version range
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanhay committed Nov 15, 2017
1 parent d8d11ce commit 93e557c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gen/template/cabal.ede
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ test-suite {{ libraryName }}-test
build-depends:
amazonka-core == {{ coreVersion }}.*
, amazonka-test == {{ coreVersion }}.*
, {{ libraryName }} == {{ clientVersion }}.*
, {{ libraryName }}
, base
, bytestring
, tasty
Expand Down

0 comments on commit 93e557c

Please sign in to comment.