Skip to content

Instantly share code, notes, and snippets.

View HairyDude's full-sized avatar

Peter Berry HairyDude

View GitHub Profile
" Vim syntax file
" Language: LBNF
" Add this to your vimrc "au bufreadpre,bufnewfile *.cf set ft=lbnf"
" and put this file in ~/.vim/syntax/
" Author: Peter Berry <pwberry [AT] gmail [DOT] com>
if version < 600
syntax clear
elseif exists("b:current_syntax")
finish
@HairyDude
HairyDude / cabaldev-bugtest.cabal
Created June 14, 2012 21:36
simplified .cabal file and output of cabal -v3 --dry-run install and cabal-dev -v3 --dry-run install
name: cabaldev-bugtest
version: 0.0.0
license: BSD3
license-file: LICENSE
author: Peter Berry
maintainer: Peter Berry
synopsis: The greatest Yesod web application ever.
description: I'm sure you can say something clever here if you try.
category: Web
stability: Experimental