Remove llvm-hs-pretty since it was generating broken code

pull/21/head
Ethan Reece 2023-09-29 05:18:31 -05:00
parent a9549210a7
commit 0b915f5788
Signed by: me
GPG Key ID: D3993665FF92E1C3
4 changed files with 1 additions and 15 deletions

View File

@ -45,7 +45,7 @@ I recommend using VSCodium, which is preconfigured to have syntax highlighting a
- Language: Haskell - Language: Haskell
- Haskell tools: GHCup, Stack, Cabal, GHC 9.2 - Haskell tools: GHCup, Stack, Cabal, GHC 9.2
- Libraries: megaparsec, parser-combinators, text, process, llvm-hs-pure 15, llvm-hs-pretty-15 - Libraries: megaparsec, parser-combinators, text, process, llvm-hs 15, llvm-hs-pure 15,
- Dependencies: llvm 15, clang 15 - Dependencies: llvm 15, clang 15
- IDE: VSCodium - IDE: VSCodium
- Git platform: Forgejo - Git platform: Forgejo

View File

@ -9,7 +9,6 @@ dependencies:
- process - process
- llvm-hs >= 15 && < 16 - llvm-hs >= 15 && < 16
- llvm-hs-pure >= 15 && < 16 - llvm-hs-pure >= 15 && < 16
# - llvm-hs-pretty >= 15 && < 16
- bytestring - bytestring
tested-with: GHC == 9.2.8 tested-with: GHC == 9.2.8
category: Compilers/Interpreters category: Compilers/Interpreters

View File

@ -3,8 +3,6 @@ resolver: lts-20.26
packages: packages:
- . - .
extra-deps: extra-deps:
- github: hyunsooda/llvm-hs-pretty-15
commit: 79283942d1667168ecd65237667aff7fed730303
- github: llvm-hs/llvm-hs - github: llvm-hs/llvm-hs
commit: 5bca2c1a2a3aa98ecfb19181e7a5ebbf3e212b76 commit: 5bca2c1a2a3aa98ecfb19181e7a5ebbf3e212b76
subdirs: subdirs:

View File

@ -4,17 +4,6 @@
# https://docs.haskellstack.org/en/stable/lock_files # https://docs.haskellstack.org/en/stable/lock_files
packages: packages:
- completed:
name: llvm-hs-pretty
pantry-tree:
sha256: 22ac4a47e1833dece52af7a6f8589958021d67292f6cc3de015ecb7c699db62d
size: 5197
sha256: 8348b72a61807414ad15e0b7e82a7753e4473701e7ab98520c2e9d9a51c5ed7f
size: 43787
url: https://github.com/hyunsooda/llvm-hs-pretty-15/archive/79283942d1667168ecd65237667aff7fed730303.tar.gz
version: 15.0.0
original:
url: https://github.com/hyunsooda/llvm-hs-pretty-15/archive/79283942d1667168ecd65237667aff7fed730303.tar.gz
- completed: - completed:
name: llvm-hs-pure name: llvm-hs-pure
pantry-tree: pantry-tree: