turn of PackageImports in cabal file
This makes it easier to build eg benchmarks of individual modules. May be that most of these PackageImports are not really necessary, dunno.
This commit is contained in:
parent
51c528980c
commit
952664641a
12 changed files with 13 additions and 9 deletions
|
@ -5,7 +5,7 @@
|
|||
- License: BSD-2-clause
|
||||
-}
|
||||
|
||||
{-# LANGUAGE BangPatterns #-}
|
||||
{-# LANGUAGE BangPatterns, PackageImports #-}
|
||||
|
||||
module Utility.Hash (
|
||||
sha1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue