Skip to content

telostat/haskell-pills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Haskell Scripts for Reference

This repository contains Haskell (Nix + Cabal) scripts for reference and quick demonstration purposes.

Nix is required. Ideally, only Nix is required.

Example

./pill-create-zip-archive.hs /tmp/hello.zip

Troubleshooting

cabal: Could not resolve dependencies

As it states in the warning message: The package list for 'hackage.haskell.org' does not exist. Run 'cabal update' to download it.

nix-shell -p "haskellPackages.cabal-install"
cabal update

About

Quick Demo/Reference Stuff for Haskell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published