-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from objectionary/add-flake
Add flake
- Loading branch information
Showing
14 changed files
with
382 additions
and
129 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
use flake |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"haskell.formattingProvider": "fourmolu" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
packages: eo-phi-normalizer |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
cabal-version: 2.2 | ||
cabal-version: 1.24 | ||
|
||
-- This file has been generated from package.yaml by hpack version 0.36.0. | ||
-- | ||
|
@@ -12,7 +12,7 @@ bug-reports: https://github.com/objectionary/eo-phi-normalizer/issues | |
author: EO/Polystat Development Team | ||
maintainer: [email protected] | ||
copyright: 2023 EO/Polystat Development Team | ||
license: BSD-3-Clause | ||
license: BSD3 | ||
license-file: LICENSE | ||
build-type: Custom | ||
extra-source-files: | ||
|
@@ -40,8 +40,6 @@ library | |
Language.EO.Phi.Syntax.Print | ||
other-modules: | ||
Paths_eo_phi_normalizer | ||
autogen-modules: | ||
Paths_eo_phi_normalizer | ||
hs-source-dirs: | ||
src | ||
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -Wno-missing-export-lists | ||
|
@@ -63,8 +61,6 @@ executable normalize-phi | |
main-is: Main.hs | ||
other-modules: | ||
Paths_eo_phi_normalizer | ||
autogen-modules: | ||
Paths_eo_phi_normalizer | ||
hs-source-dirs: | ||
app | ||
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -Wno-missing-export-lists -threaded -rtsopts -with-rtsopts=-N | ||
|
@@ -90,8 +86,6 @@ test-suite eo-phi-normalizer-test | |
Language.EO.PhiSpec | ||
Test.EO.Phi | ||
Paths_eo_phi_normalizer | ||
autogen-modules: | ||
Paths_eo_phi_normalizer | ||
hs-source-dirs: | ||
test | ||
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -Wno-missing-export-lists -threaded -rtsopts -with-rtsopts=-N | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name: eo-phi-normalizer | ||
version: 0.1.0 | ||
github: "objectionary/eo-phi-normalizer" | ||
license: BSD-3-Clause | ||
license: BSD3 | ||
author: "EO/Polystat Development Team" | ||
maintainer: "[email protected]" | ||
copyright: "2023 EO/Polystat Development Team" | ||
|
@@ -11,6 +11,9 @@ extra-source-files: | |
- CHANGELOG.md | ||
- grammar/EO/Phi/Syntax.cf | ||
|
||
verbatim: | ||
cabal-version: 1.24 | ||
|
||
# Metadata used when publishing your package | ||
# synopsis: Short description of your package | ||
# category: Web | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.
4be3680
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wasn't able to retrieve PDD puzzles from the code base and submit them to github. If you think that it's a bug on our side, please submit it to yegor256/0pdd:
Please, copy and paste this stack trace to GitHub:
4be3680
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wasn't able to retrieve PDD puzzles from the code base and submit them to github. If you think that it's a bug on our side, please submit it to yegor256/0pdd:
Please, copy and paste this stack trace to GitHub: