Skip to content
Snippets Groups Projects
Commit cf84a4f5 authored by Simon Marlow's avatar Simon Marlow
Browse files

FIX BUILD: build-depends should be inside library { ... }

parent 5f49375a
No related branches found
No related tags found
No related merge requests found
...@@ -8,8 +8,8 @@ description: ...@@ -8,8 +8,8 @@ description:
This package defines the classes @IArray@ of immutable arrays and This package defines the classes @IArray@ of immutable arrays and
@MArray@ of arrays mutable within appropriate monads, as well as @MArray@ of arrays mutable within appropriate monads, as well as
some instances of these classes. some instances of these classes.
build-depends: base
library { library {
build-depends: base
if impl(nhc98) if impl(nhc98)
exposed-modules: exposed-modules:
Data.Array Data.Array
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment