Skip to main content
0 votes
1 answer
129 views

I'm using HLS from terminal with the command haskell-language-server-9.12.2. I'm getting the following error: Step 4/4: Type checking the files 2025-12-15T23:04:57.109846Z | Info | Cradle path: app/...
Yago's user avatar
  • 493
2 votes
2 answers
107 views

So I have a project in Haskell, and I was using make to build it, but then I switched the project over to use Cabal as someone recommended to me on another Stack Overflow post. It is an FFI project, ...
Jacob Bauer's user avatar
1 vote
0 answers
54 views

I have a Haskell environment set up on Windows. The following program crashes when I run it on GHCi through cabal repl: module Main where import Database.HDBC import Database.HDBC.Sqlite3 main :: IO ...
Adam's user avatar
  • 1,206
0 votes
0 answers
74 views

I want to package a Cabal project for NixOS. In the package directory, I put the default.nix file with the following content: { pkgs ? import <nixpkgs> { }, ... }: pkgs.haskellPackages....
amkhlv's user avatar
  • 349
0 votes
0 answers
79 views

Below is a cabal project config: library import: warnings exposed-modules: MyLib , Logger , Domain.Auth , Domain....
user51's user avatar
  • 10.6k
0 votes
1 answer
63 views

Below is a cabal project: library import: warnings exposed-modules: MyLib , Logger , Domain.Auth , Domain.Validation ...
user51's user avatar
  • 10.6k
0 votes
1 answer
68 views

Below is the cabal file - library import: warnings exposed-modules: MyLib , Logger , Domain.Auth , Domain.Validation ...
user51's user avatar
  • 10.6k
1 vote
1 answer
202 views

I've haskell cabal project with below config library import: warnings exposed-modules: MyLib , Logger , Domain.Auth , ...
user51's user avatar
  • 10.6k
0 votes
0 answers
62 views

I am trying to run a GitHub CI workflow where I am using the ubuntu-latest runner with ghc 9.6.6 and cabal 3.12.1.0 . I am not able to share the CI yaml file here because it is work related, but the ...
kush87's user avatar
  • 551
0 votes
1 answer
96 views

I originally had Data.Matrix installed via cabal install --lib matrix. For some testing, I needed to reinstall the library with profiling, which I did via cabal install --lib matrix --enable-profiling....
user29612357's user avatar
1 vote
2 answers
72 views

I have a folder full of literate Haskell notes which are sequentially organized like this: \lhs_notes '1 - Intro.lhs' '2 - Seq.lhs' ... And each of these files define a module Intro, Seq, and ...
the thinker's user avatar
4 votes
0 answers
90 views

I am developing a Haskell application that has three parts: my executable, a third-party executable (not controlled by cabal), and a shared library that will be loaded by the third-party executable. I'...
Daniel Wagner's user avatar
2 votes
1 answer
104 views

I have many IO-based actions, one of the simplest being the following: -- Loop.hs module Loop where import System.Console.ANSI (setCursorPosition) type Pos = (Int, Int) setCursorPosition' :: Pos -> ...
Enlico's user avatar
  • 30.3k
0 votes
1 answer
52 views

I substantially changed a project and removed unused files. Now I cannot install with "Error: [Cabal-4765] xx.hs doesn't exist". The file xx.hs does not exist in the project and is not used ...
user855443's user avatar
  • 3,000
1 vote
1 answer
151 views

I have two local libraries (and by local I mean located in the local filesystem, pardon the alliteration), called bins and eeep, both building fine. Now the library eeep needs functionality from the ...
G. Rodrigues's user avatar

15 30 50 per page
1
2 3 4 5
124