packages feed

ormolu-0.0.2.0: data/examples/module-header/stack-header-2-out.hs

#!/usr/bin/env stack
{- stack
  script
  --resolver lts-6.25
  --package turtle
  --package "stm async"
  --package http-client,http-conduit
-}

{-# LANGUAGE OverloadedStrings #-}

main = return ()