Skip to main content

Questions tagged [haskell]

Haskell is a functional programming language.

Filter by
Sorted by
Tagged with
3 votes
0 answers
93 views

I am experimenting with testing GCC in parallel. My setup will run 96 tests before giving me the test report. If I run these tests sequentially it will invoke GCC once, run the executable, gather ...
Rewbert's user avatar
  • 131
2 votes
2 answers
2k views

I'm new around Xmonad WM and haskell is completely new to me, so be patient. Running the almost stock ArcoLinux Xmonad. I'm trying to setup Xmonad WM to be able to go full screen at anytime and in all ...
techsk8's user avatar
  • 713
0 votes
1 answer
487 views

I was trying to make different workspace have different layout, I found this module - https://hackage.haskell.org/package/xmonad-contrib-0.15/docs/XMonad-Layout-PerWorkspace.html I imported XMonad....
apoorv569's user avatar
1 vote
1 answer
1k views

Since resetting my xorg.conf to use a second monitor, XMonad.Layout.NoBorders.smartBorders no longer works: Even if there is only one window open on either monitor, and no docks, the main window still ...
ninjagecko's user avatar
1 vote
0 answers
202 views

I was following this tutorial on how to install cabal on linux. So far, I successfully installed cabal-install from apt: sudo apt install cabal-install However, at the step where they upgrade cabal ...
ljleb's user avatar
  • 113
1 vote
1 answer
2k views

I cannot seem to get the $PATH variable sourced in via /Users/chris/.ghcup/env so that I can directly use the ghc or ghci binary in zsh. I installed ghc & cabal-install via ghcup: curl https://...
Christopher Graf's user avatar
1 vote
0 answers
36 views

The package haskell-platform is a metapackage providing tools for developing in Haskell. It is self-distributed with a versioning system using a version number, the release year and month. It is as ...
Paradox's user avatar
  • 1,515
5 votes
2 answers
2k views

I use NixOS, and I'm trying to set up a Nix Haskell environment for my Haskell project. I have this Haskell package written in Nix that I'm trying to get working via nix-shell, but the dependent ...
Jonathan's user avatar
  • 1,330
1 vote
1 answer
863 views

I want to get the currently active tag in xmonad as a string. I've imported the stackset with import qualified XMonad.StackSet as W I can get get the tag of the currently focused workspace with W....
Keith Osterheld's user avatar
1 vote
1 answer
538 views

I downloaded and installed the Haskell Platform. And It got installed (default) to /usr/local/haskell/ I want to add the binarys inside /usr/local/haskell/bin/ to my path. But I dont want (if ...
mrfr's user avatar
  • 135
3 votes
1 answer
463 views

I'm very new to NixOS. I use Pandoc a lot, often with pandoc-citeproc, but I can't find a NixOS package for pandoc-citeproc. I see that there's a Haskell library for pandoc-citeproc in HaskellPackages....
Jonathan's user avatar
  • 1,330
0 votes
1 answer
2k views

XMobar allows configuring border position, as well as width: { border = BottomB , borderColor = "#4F5B66" , borderWidth = 1 } I'm hoping to do the same in XMonad, but it seems borders are only ...
Avaq's user avatar
  • 161
0 votes
2 answers
926 views

I'm new to Xmonad and I want to customize the layout of the windows, I did not find anything to take as an example of how to edit the windows, so far I can change the color and width of the border. ...
Matheus Toniolli's user avatar
2 votes
1 answer
979 views

I have been trying to find a way to rename workspaces while working. I'm currently using up to 4 workspaces at the time and I would like to assign the workspaces new names as needed. I came across ...
user89423's user avatar
3 votes
0 answers
475 views

For my large screen I want to have one window in the middle of the screen and the other (slave) windows on the side of it, like in https://hackage.haskell.org/package/xmonad-contrib-0.13/docs/XMonad-...
student's user avatar
  • 18.9k
2 votes
1 answer
2k views

I need to downgrade xmonad because after the latest upgrade it crashes when I run a specific program (fldigi specifically). Contrary to question How do you downgrade multiple packages in arch linux?, ...
Arthur Ulfeldt's user avatar
0 votes
1 answer
788 views

I recently bought a Odroid C2 (AARCH64), but I need o execute Haskell programs on it. There is no GHC (Haskell-Compiler) binary for this architecture on the web. But I also failed to cross compile ...
Martin Fischer's user avatar
2 votes
1 answer
346 views

I have installed FreeBSD 10.2-RELEASE 32-bit and I am trying to use Haskell on it. I have installed package ghc-7.10.2 with pkg and then installed package hs-cabal-install-1.22.6.0 from /usr/ports/...
Giorgio's user avatar
  • 849
1 vote
0 answers
152 views

I am using haskell-vim-now, which has many features I like when editing Haskell. However, it also sets a colorscheme I do not like. In my ~/.vimrc.local I already resetted to the default colorscheme. ...
Maarten Faddegon's user avatar
6 votes
2 answers
17k views

My OS is Ubuntu 14.04. I have done: sudo apt-get install haskell-platform-doc But I cannot find the corresponding documentation files. Where could I find them ? Or is there a command to launch so as ...
Stephane Rolland's user avatar
3 votes
1 answer
7k views

New to xmonad/xmobar/haskell, trying to get the name of the current workspace to show up in xmobar. So far I have this xmonad.hs: module Main where import XMonad import XMonad.Hooks.SetWMName ...
mitchus's user avatar
  • 205
3 votes
0 answers
291 views

I'd like to use the new release of ghc (7.10, because of a new feature -- static ptr), and I'm using a single-user nix environment. I don't find the wanted new release in the published lists at https:...
imz -- Ivan Zakharyaschev's user avatar
5 votes
1 answer
5k views

I am trying to set up XMonad so that multiple windows have gaps between them. The relevant part of my config file is as follows import XMonad.Layout.Spacing followed later by myLayout = tiled ||| ...
Brian Fitzpatrick's user avatar
9 votes
3 answers
5k views

I'm using Nix to install packages under my home (so no binary packages) on a shared host with limited resources. I'm trying to install git-annex. When building one of its dependencies, haskell-lens, ...
Miikka's user avatar
  • 525
1 vote
1 answer
883 views

Every time I attempt to update my arch system using sudo pacman -Syu it fails because it failed to retrieve some files. The culprit is my ISP. It doesn't give me a reliable connection to the mirror of ...
Aadit M Shah's user avatar
1 vote
1 answer
1k views

I was wondering, which of these programming languages are faster at handling big data files of only strings: Haskell, C++(Boost), AWK, Bash, Lisp... So far I have found the paper Haskell vs. Ada vs....
Another.Chemist's user avatar
0 votes
0 answers
1k views

I tried to install pandoc on manjaro and therefore I installed ghc and caball-install, but I got an error by executing "cabal update" $ cabal update Downloading the latest package list from hackage....
user977828's user avatar
7 votes
1 answer
10k views

What should my xmonad.hs file look like to correctly give workspace info to xmobar?
user66261's user avatar
9 votes
1 answer
443 views

I set up a NixOS system on KVM and installed the haskelPlatform package. Everything works fine, ghci works fine, but cabal dies without any helpful error message: [michas@nix:~]$ type -a cabal cabal ...
michas's user avatar
  • 21.9k
6 votes
2 answers
4k views

Using this method to get a pretty GHCI colours, I am not getting any colours whatsoever. However, my terminal is a urxvt with 256 colours enabled and TERM is xterm-256color. Any idea what I could ...
Sardathrion - against SE abuse's user avatar
6 votes
1 answer
2k views

I'm a Haskell and XMonad beginner. I'm trying to set up my tiling layout to allow three side by side columns (so that I can have three simultaneous tall and thin Vim instances for coding, per ...
ire_and_curses's user avatar
-1 votes
2 answers
762 views

I need to install Haskell GHC 32 bit from the command line and I can't find this anywhere. I need to install it because I need libgmp.so.3 for the 32-bit and i have read somewhere that I can find it ...
user1445117's user avatar
3 votes
1 answer
5k views

In my .xmonad/xmonad.hs file, I have the following lines, which control howto drag and resize windows. How can I change this, such that I don't need any mod key? myMouseBindings (XConfig {XMonad....
student's user avatar
  • 18.9k
2 votes
1 answer
776 views

I've just installed cabal to try and get http://dmwit.com/yeganesh/, but on running cabal-install it throws the error: cabal: ghc version >=6.4 is required but it could not be found. Apt-cache ...
camilla.greer's user avatar