packages feed

gdo-0.1.2: default.nix.do

#!/bin/sh

# generate a nix expression for the project

# This line is here because default.nix.do is also the default do file
# for all .nix files in the current directory.
gdo --if Created $2.do
gdo --if Changed gdo.cabal

cabal2nix . > $3