Skip to content

Commit

Permalink
fixing up config
Browse files Browse the repository at this point in the history
  • Loading branch information
tonymorris committed Jun 9, 2012
2 parents 6218b6e + c5005cb commit adf0fa8
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 8 deletions.
11 changes: 4 additions & 7 deletions .ghci
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
:set -isrc
:l src/Course.hs
:m + Test.QuickCheck
:l Course
:m + Course
:set prompt ">> "
:set -Wall
:set -fno-warn-orphans
:set -fno-warn-type-defaults
:set -fno-warn-name-shadowing
:set -fno-warn-unused-do-bind
:set -fno-warn-unused-imports
:set -fno-warn-unused-binds
:def hlint const . return $ ":! hlint \"src\""
:def hoogle \s -> return $ ":! hoogle --count=15 \"" ++ s ++ "\""
:def pl \s -> return $ ":! pointfree \"" ++ s ++ "\""
2 changes: 1 addition & 1 deletion .idea/.name

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions haskell-package.iml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/test/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/demo/src" isTestSource="false" />
<excludeFolder url="file://$MODULE_DIR$/dist" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

0 comments on commit adf0fa8

Please sign in to comment.