-
Notifications
You must be signed in to change notification settings - Fork 372
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switched to data-default instead of data-default-class
- Loading branch information
1 parent
49e7dbe
commit 24ad3bb
Showing
5 changed files
with
20 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name: yesod-bin | ||
version: 1.6.2.3 | ||
version: 1.6.2.4 | ||
license: MIT | ||
license-file: LICENSE | ||
author: Michael Snoyman <[email protected]> | ||
|
@@ -31,7 +31,7 @@ executable yesod | |
, conduit >= 1.3 | ||
, conduit-extra >= 1.3 | ||
, containers >= 0.2 | ||
, data-default-class | ||
, data-default >= 0.8 | ||
, directory >= 1.2.1 | ||
, file-embed | ||
, filepath >= 1.1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name: yesod | ||
version: 1.6.2.1 | ||
version: 1.6.2.2 | ||
license: MIT | ||
license-file: LICENSE | ||
author: Michael Snoyman <[email protected]> | ||
|
@@ -22,7 +22,7 @@ library | |
, aeson | ||
, bytestring | ||
, conduit >= 1.3 | ||
, data-default-class | ||
, data-default >= 0.8 | ||
, directory | ||
, fast-logger | ||
, file-embed | ||
|