Skip to content

Commit

Permalink
Add junit formatter, bump resolvers, add nix flake (#13)
Browse files Browse the repository at this point in the history
* add nix flake
* bump stack resolvers
* add hspec-junit-formatter
* bump license year
* set -fwrite-ide-info
* update stack-action
* add an empty spec file
  • Loading branch information
chris-martin authored Jul 3, 2024
1 parent 67d9e40 commit 905e726
Show file tree
Hide file tree
Showing 25 changed files with 879 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- id: stack
uses: freckle/stack-action@v4
uses: freckle/stack-action@v5
with:
stack-yaml: ${{ matrix.stack-yaml }}
- if: ${{ matrix.stack-yaml == 'stack.yaml' }}
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2023 Renaissance Learning Inc
Copyright (c) 2024 Renaissance Learning Inc

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
375 changes: 375 additions & 0 deletions flake.lock

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

Loading

0 comments on commit 905e726

Please sign in to comment.