Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump bounds to build on GHC 9.8 #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cpuinfo.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ library
exposed-modules: System.CPU
build-depends: base >=4.8 && <5.0
, attoparsec >=0.13 && <0.15
, bytestring >=0.10 && <0.12
, deepseq >=1.4 && <1.5
, bytestring >=0.10 && <0.13
, deepseq >=1.4 && <1.6
hs-source-dirs: src
ghc-options: -Wall
-fwarn-identities
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resolver: lts-8.9
resolver: nightly-2024-06-12

packages:
- '.'
Expand Down
12 changes: 12 additions & 0 deletions stack.yaml.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# This file was autogenerated by Stack.
# You should not edit this file by hand.
# For more information, please see the documentation at:
# https://docs.haskellstack.org/en/stable/lock_files

packages: []
snapshots:
- completed:
sha256: d14d2743bfd6881cef22f855af7038797db5cc55798feb0ef2923d20cbc022db
size: 649141
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/nightly/2024/6/12.yaml
original: nightly-2024-06-12