Skip to content

Commit

Permalink
Switched to data-default instead of data-default-class
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksandr-Zhabenko committed Oct 28, 2024
1 parent 49e7dbe commit 24ad3bb
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 6 deletions.
14 changes: 14 additions & 0 deletions stack.yaml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,20 @@ packages:
size: 114
original:
hackage: attoparsec-aeson-2.1.0.0
- completed:
hackage: crypton-1.0.0@sha256:637e58581978c84ef1288d14fa9cac1d2905ef60e319924293bc11250aca882d,14527
pantry-tree:
sha256: 4b5e5511567c0fe735a224cb8b2b278e1caa79344f2940d030d169e69b1b81e1
size: 23275
original:
hackage: crypton-1.0.0
- completed:
hackage: crypton-conduit-0.2.3@sha256:31f44243b42f344c65be6cd2c39c07994d9186d19d15988656620d1de85aca37,1946
pantry-tree:
sha256: 06781001956f2ccfae0e6b4f33c213bd3121c6462f8534e9dca87bf51e4663e0
size: 592
original:
hackage: crypton-conduit-0.2.3
snapshots:
- completed:
sha256: 694573e96dca34db5636edb1fe6c96bb233ca0f9fb96c1ead1671cdfa9bd73e9
Expand Down
4 changes: 2 additions & 2 deletions yesod-bin/yesod-bin.cabal
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]>
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion yesod-test/yesod-test.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ test-suite test
, containers
, html-conduit
, yesod-core
, yesod-form >= 1.6
, yesod-form >= 1.7.9
, text
, wai
, wai-extra
Expand Down
2 changes: 1 addition & 1 deletion yesod/Yesod/Default/Util.hs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import Text.Julius (juliusFile, juliusFileReload)
import Text.Cassius (cassiusFile, cassiusFileReload)
import Text.Hamlet (HamletSettings, defaultHamletSettings)
import Data.Maybe (catMaybes)
import Data.Default.Class (Default (def))
import Data.Default (Default (def))

-- | An implementation of 'addStaticContent' which stores the contents in an
-- external file. Files are created in the given static folder with names based
Expand Down
4 changes: 2 additions & 2 deletions yesod/yesod.cabal
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]>
Expand All @@ -22,7 +22,7 @@ library
, aeson
, bytestring
, conduit >= 1.3
, data-default-class
, data-default >= 0.8
, directory
, fast-logger
, file-embed
Expand Down

0 comments on commit 24ad3bb

Please sign in to comment.