diff --git a/cpuinfo.cabal b/cpuinfo.cabal index ff23cdc..9e9f87b 100644 --- a/cpuinfo.cabal +++ b/cpuinfo.cabal @@ -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 diff --git a/stack.yaml b/stack.yaml index 3a6f01a..57b29d8 100644 --- a/stack.yaml +++ b/stack.yaml @@ -1,4 +1,4 @@ -resolver: lts-8.9 +resolver: nightly-2024-06-12 packages: - '.' diff --git a/stack.yaml.lock b/stack.yaml.lock new file mode 100644 index 0000000..ded0c63 --- /dev/null +++ b/stack.yaml.lock @@ -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