Skip to content

Commit

Permalink
Adjusted bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
mpscholten committed May 5, 2024
1 parent fa0a782 commit db8ed60
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 27 deletions.
4 changes: 2 additions & 2 deletions NixSupport/make-nixpkgs-from-options.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
, dontCheckPackages ? []
, doJailbreakPackages ? []
, dontHaddockPackages ? []
, nixPkgsRev ? "10c80b993425f377c86c2bb36da9f10b79de6fe2"
, nixPkgsSha256 ? "sha256-yWxZq0v5Hj4bxtYsy/Pzh9g6N8nuSHCCwHpu6QNOX9E"
, nixPkgsRev ? "54b4bb956f9891b872904abdb632cea85a033ff2"
, nixPkgsSha256 ? "sha256-Wx3Y6arRJD1pd3c8SnD7dfW7KWuCr/r248P/5XLaMdM"
, compiler ? "ghc98"
, manualOverrides ? haskellPackagesNew: haskellPackagesOld: { } # More exotic overrides go here
, additionalNixpkgsOptions ? {}
Expand Down
28 changes: 9 additions & 19 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

# a module framework for flakes
flake-parts.url = "github:hercules-ci/flake-parts";
flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs";

# used for setting up development environments
devenv.url = "github:cachix/devenv?ref=refs/tags/v1.0.5";
Expand Down
12 changes: 6 additions & 6 deletions ihp-hsx/ihp-hsx.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ source-repository head
library
default-language: Haskell2010
build-depends:
base >= 4.17.0 && < 4.18
base >= 4.17.0 && < 4.20
, blaze-html >= 0.9.1 && < 0.10
, bytestring >= 0.11.3 && < 0.12
, template-haskell >= 2.19.0 && < 2.20
, text >= 2.0.1 && < 2.1
, bytestring >= 0.11.3 && < 0.13
, template-haskell >= 2.19.0 && < 2.22
, text >= 2.0.1 && < 2.2
, containers >= 0.6.6 && < 0.7
, blaze-markup >= 0.8.2 && < 0.9
, ghc >= 9.4.4 && < 9.5
, megaparsec >= 9.2.2 && < 9.3
, ghc >= 9.4.4 && < 9.9
, megaparsec >= 9.2.2 && < 9.7
, string-conversions >= 0.4.0 && < 0.5
default-extensions:
OverloadedStrings
Expand Down

0 comments on commit db8ed60

Please sign in to comment.