Skip to content

Commit 6251afb

Browse files
Switched to data-default instead of data-default-class
1 parent 49e7dbe commit 6251afb

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

yesod-bin/yesod-bin.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: yesod-bin
2-
version: 1.6.2.3
2+
version: 1.6.2.4
33
license: MIT
44
license-file: LICENSE
55
author: Michael Snoyman <[email protected]>
@@ -31,7 +31,7 @@ executable yesod
3131
, conduit >= 1.3
3232
, conduit-extra >= 1.3
3333
, containers >= 0.2
34-
, data-default-class
34+
, data-default >= 0.8
3535
, directory >= 1.2.1
3636
, file-embed
3737
, filepath >= 1.1

yesod-test/yesod-test.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ test-suite test
6464
, containers
6565
, html-conduit
6666
, yesod-core
67-
, yesod-form >= 1.6
67+
, yesod-form >= 1.7.9
6868
, text
6969
, wai
7070
, wai-extra

yesod/Yesod/Default/Util.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import Text.Julius (juliusFile, juliusFileReload)
2828
import Text.Cassius (cassiusFile, cassiusFileReload)
2929
import Text.Hamlet (HamletSettings, defaultHamletSettings)
3030
import Data.Maybe (catMaybes)
31-
import Data.Default.Class (Default (def))
31+
import Data.Default (Default (def))
3232

3333
-- | An implementation of 'addStaticContent' which stores the contents in an
3434
-- external file. Files are created in the given static folder with names based

yesod/yesod.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: yesod
2-
version: 1.6.2.1
2+
version: 1.6.2.2
33
license: MIT
44
license-file: LICENSE
55
author: Michael Snoyman <[email protected]>
@@ -22,7 +22,7 @@ library
2222
, aeson
2323
, bytestring
2424
, conduit >= 1.3
25-
, data-default-class
25+
, data-default >= 0.8
2626
, directory
2727
, fast-logger
2828
, file-embed

0 commit comments

Comments
 (0)