Skip to content

Commit

Permalink
Bump hackage.nix and drop vector workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelpj committed Mar 17, 2023
1 parent 0a58fd2 commit ae50740
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions flake.lock

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

8 changes: 4 additions & 4 deletions nix/builder.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ let
let
package-id = "${package-name}-${package-version}";

# Global config needed to build CHaP packages should go here. Obviously
# this should be kept to an absolute minimum, since that means config
# that every downstream project needs also.
#
# No need to set index-state:
# - haskell.nix will automatically use the latest known one for hackage
# - we want the very latest state for CHaP so it includes anything from
Expand All @@ -31,10 +35,6 @@ let
url: https://input-output-hk.github.io/cardano-haskell-packages
secure: True
-- Work around https://github.com/input-output-hk/nothunks/issues/17
package nothunks
flags: +vector
extra-packages: ${package-id}
'';

Expand Down

0 comments on commit ae50740

Please sign in to comment.