shake-extras 0.1 → 0.1.1
raw patch · 2 files changed
+4/−4 lines, 2 files
Files
- Development/Shake/Imports.hs +3/−3
- shake-extras.cabal +1/−1
Development/Shake/Imports.hs view
@@ -2,17 +2,17 @@ {-# LANGUAGE GeneralizedNewtypeDeriving, DeriveDataTypeable #-} {-# LANGUAGE PatternGuards, ScopedTypeVariables #-} -- |--- Module : Development.Shake.CLI--- Copyright : (c) Austin Seipp 2012+-- Module : Development.Shake.Imports+-- Copyright : (c) Soenke Hahn 2012 -- License : BSD3 ----- Author : Soenke Hahn -- Maintainer : mad.one@gmail.com -- Stability : experimental -- Portability : GHC probably -- -- Module to search imports. Imports are files that are needed for -- compilation of a source code file. (This module is experimental.)+-- module Development.Shake.Imports ( -- * declaring rules for imports importsRule,
shake-extras.cabal view
@@ -1,5 +1,5 @@ name: shake-extras-version: 0.1+version: 0.1.1 synopsis: Extra utilities for shake build systems description: This package is designed to add supporting modules for the Shake