Skip to content

Commit 9cbf90c

Browse files
authored
Merge pull request #79 from bergmark/patch-1
Allow data-default-class 0.1.*
2 parents 5f201ac + 77b8c94 commit 9cbf90c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

language-ecmascript.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Library
4141
wl-pprint >= 1.2 && < 2,
4242
containers == 0.*,
4343
uniplate >= 1.6 && <1.7,
44-
data-default-class >= 0.0.1 && < 0.1,
44+
data-default-class >= 0.0.1 && < 0.2,
4545
QuickCheck >= 2.5 && < 3,
4646
template-haskell >= 2.7 && < 3,
4747
Diff == 0.3.*,
@@ -87,7 +87,7 @@ Test-Suite test
8787
filepath >= 1.3 && < 1.5,
8888
HUnit >= 1.2 && < 1.4,
8989
QuickCheck >= 2.5 && < 3,
90-
data-default-class >= 0.0.1 && < 0.1,
90+
data-default-class >= 0.0.1 && < 0.2,
9191
test-framework >= 0.8 && < 0.9,
9292
test-framework-hunit >= 0.3.0 && < 0.4,
9393
test-framework-quickcheck2 >= 0.3.0.1 && < 0.4,

0 commit comments

Comments
 (0)