Skip to content

Instantly share code, notes, and snippets.

@zeta-00
Created December 11, 2019 00:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zeta-00/3c52b32e7ae96e7fa5ac7e7e8dd1c9c5 to your computer and use it in GitHub Desktop.
Save zeta-00/3c52b32e7ae96e7fa5ac7e7e8dd1c9c5 to your computer and use it in GitHub Desktop.
module Main where
import Brick
ui :: Widget ()
ui = str "hello world"
main :: IO ()
main = simpleMain ui
@zeta-00
Copy link
Author

zeta-00 commented Dec 11, 2019

home = {
packages = with pkgs; [

  # haskell packages installation:
  (haskell.packages.ghc865.ghcWithHoogle (hpkgs: with hpkgs; [
    CheatSheet
    # ihaskell
    hasktags
    stack
    
    cabal-install
    cabal2nix
    nix-prefetch-git
    styx
    # haskell-overridez
    tinc
    hnix
    hnix-store-core
    hnix-store-remote

    yesod
    yesod-bin
    wai
    warp
    selda
    selda-postgresql
    selda-sqlite
    selda-json

    brick
  ]))
  # end of haskell packages installation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment