Intial commit with only gpm

This commit is contained in:
Yann Esposito (Yogsototh) 2018-08-27 22:34:59 +02:00
commit e920f559cd
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

10
gpm Executable file
View file

@ -0,0 +1,10 @@
#! /usr/bin/env nix-shell
#! nix-shell -i runghc
#! nix-shell -p "ghc.withPackages (ps: [ ps.protolude ])"
#! nix-shell -I nixpkgs="https://github.com/NixOS/nixpkgs/archive/16d475334409f7fa632929b2838421b4ffe34927.tar.gz"
{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE OverloadedStrings #-}
import Protolude
main :: IO ()
main = do
putText "Git Project Manager"