diff options
author | eric thul <thul.eric@gmail.com> | 2016-02-24 22:53:40 -0500 |
---|---|---|
committer | eric thul <thul.eric@gmail.com> | 2016-02-24 22:53:40 -0500 |
commit | 460393439a8dd7d94fe02a2013e96c9146282bf1 (patch) | |
tree | 178492f39cc5afa716f1c403d4a28d45606336a3 /src/PursLoader/Options.purs | |
parent | ef1525b5a0fe3f4561493aaca49907dba827dbd6 (diff) | |
download | purs-loader-460393439a8dd7d94fe02a2013e96c9146282bf1.tar.gz purs-loader-460393439a8dd7d94fe02a2013e96c9146282bf1.tar.zst purs-loader-460393439a8dd7d94fe02a2013e96c9146282bf1.zip |
Adds dependencies of modules process by the loader.
The module file path and dependency graph information is provided by the
purescript-webpack-plugin.
Resolves #37
Diffstat (limited to 'src/PursLoader/Options.purs')
-rw-r--r-- | src/PursLoader/Options.purs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PursLoader/Options.purs b/src/PursLoader/Options.purs index 706ddd2..0c1453e 100644 --- a/src/PursLoader/Options.purs +++ b/src/PursLoader/Options.purs | |||
@@ -1,5 +1,5 @@ | |||
1 | module PursLoader.Options | 1 | module PursLoader.Options |
2 | ( Options() | 2 | ( Options(..) |
3 | , runOptions | 3 | , runOptions |
4 | ) where | 4 | ) where |
5 | 5 | ||