bin: fix a few missing --package declarations

This commit is contained in:
Simon Michael 2017-03-28 15:25:41 -07:00
parent e34781fce6
commit 344b4964a9
4 changed files with 4 additions and 2 deletions

View File

@ -2,6 +2,7 @@
{- stack runghc --verbosity info
--package hledger-lib
--package hledger
--package cmdargs
--package text
-}
{-# LANGUAGE OverloadedStrings #-}

View File

@ -1,6 +1,5 @@
#!/usr/bin/env stack
{- stack runghc --verbosity info
--package hledger-lib
--package hledger
--package Chart
--package Chart-diagrams
@ -9,6 +8,7 @@
--package data-default
--package here
--package safe
--package text
-}
{-# OPTIONS_GHC -Wno-missing-signatures -Wno-unused-do-bind #-}

View File

@ -2,7 +2,6 @@
{- stack runghc --verbosity info
--package hledger-lib
--package here
--package safe
--package text
-}

View File

@ -2,6 +2,8 @@
{- stack runghc --verbosity info
--package hledger
--package here
--package text
--package time
-}
{-# OPTIONS_GHC -Wno-missing-signatures #-}