Add Pretty to cabal file and remove Internal

This commit is contained in:
Benno Fünfstück 2014-08-19 18:51:13 +02:00
parent 3413a817e6
commit 82c19b650c
2 changed files with 1 additions and 6 deletions

View File

@ -1,5 +0,0 @@
module Nix.Internal (trace) where
import Debug.Trace
--trace :: String -> b -> b
--trace _ x = x

View File

@ -23,8 +23,8 @@ Library
Nix.Eval
Nix.Parser
Nix.Types
Nix.Pretty
Other-modules:
Nix.Internal
Nix.Parser.Library
Default-extensions:
DataKinds