use hierarchical namespace for all modules

This commit is contained in:
Stephen Diehl
2017-08-22 19:23:46 +01:00
parent 6c9b60700e
commit 9533e739ff
19 changed files with 60 additions and 60 deletions
+15 -15
View File
@@ -39,21 +39,21 @@ library
Debug
other-modules:
Exceptions
Base
Applicative
Bool
List
Monad
Show
Conv
Either
Functor
Semiring
Bifunctor
CallStack
Error
Panic
Protolude.Exceptions
Protolude.Base
Protolude.Applicative
Protolude.Bool
Protolude.List
Protolude.Monad
Protolude.Show
Protolude.Conv
Protolude.Either
Protolude.Functor
Protolude.Semiring
Protolude.Bifunctor
Protolude.CallStack
Protolude.Error
Protolude.Panic
default-extensions:
NoImplicitPrelude