Skip to content

Commit

Permalink
Update flake.lock (#128)
Browse files Browse the repository at this point in the history
* flake.lock: Update

Flake lock file updates:

• Updated input 'flake-parts':
    'github:hercules-ci/flake-parts/b253292d9c0a5ead9bc98c4e9a26c6312e27d69f' (2024-02-01)
  → 'github:hercules-ci/flake-parts/f7b3c975cf067e56e7cda6cb098ebe3fb4d74ca2' (2024-03-01)
• Updated input 'flake-parts/nixpkgs-lib':
    'github:NixOS/nixpkgs/97b17f32362e475016f942bbdfda4a4a72a8a652?dir=lib' (2024-01-29)
  → 'github:NixOS/nixpkgs/1536926ef5621b09bba54035ae2bb6d806d72ac8?dir=lib' (2024-02-29)
• Updated input 'haskell-flake':
    'github:srid/haskell-flake/00d1850d10614e9ba7caf3b78aabd7975e48d848' (2024-03-13)
  → 'github:srid/haskell-flake/474fcb07635972baa325e47db84cc2195712da5a' (2024-03-28)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/ebe6e807793e7c9cc59cf81225fdee1a03413811' (2024-02-29)
  → 'github:nixos/nixpkgs/72c6ed328aa4e5d9151b1a512f6ad83aca7529fa' (2024-03-28)
• Updated input 'treefmt-nix':
    'github:numtide/treefmt-nix/e497a9ddecff769c2a7cbab51e1ed7a8501e7a3a' (2024-02-25)
  → 'github:numtide/treefmt-nix/c2172ef83d6904cdff3118e0c08e89171db6028a' (2024-03-27)

* ci: Update nixci

* base: remove constriant

* ci: display ghc version

* fmt

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
srid and github-actions[bot] authored Mar 28, 2024
1 parent 50c2f5b commit 74d5dc6
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 17 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ jobs:
- uses: yaxitech/nix-install-pkgs-action@v3
with:
packages: "github:srid/nixci"
- run: nixci
- run: nixci build
- run: nix develop -c ghc --version
30 changes: 15 additions & 15 deletions flake.lock

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

2 changes: 1 addition & 1 deletion haskell-template.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ common shared
build-depends:
, aeson
, async
, base >=4.13.0.0 && <4.18.0.0.0
, base >=4 && <5
, data-default
, directory
, filepath
Expand Down

0 comments on commit 74d5dc6

Please sign in to comment.