Mucking around with task 5
[summerofcode2018soln.git] / summerofcode2018soln.cabal
index 7ad27fa110fb3c5395a23933b3782bcc343f2a71..8b3a1b04edff2086b03344fbe87145d58738f413 100644 (file)
@@ -70,4 +70,28 @@ executable task5
   main-is:             task5.hs
   default-language:    Haskell2010
   build-depends:       base >= 4.7 && < 5
-                     , text
\ No newline at end of file
+                     , text
+
+executable task5-lines
+  hs-source-dirs:      src/task5
+  main-is:             task5-lines.hs
+  default-language:    Haskell2010
+  build-depends:       base >= 4.7 && < 5
+                     , text   
+
+executable task6
+  hs-source-dirs:      src/task6
+  main-is:             task6.hs
+  default-language:    Haskell2010
+  build-depends:       base >= 4.7 && < 5
+                     , text
+                     , unordered-containers
+
+executable task6-monad
+  hs-source-dirs:      src/task6
+  main-is:             task6-monad.hs
+  default-language:    Haskell2010
+  build-depends:       base >= 4.7 && < 5
+                     , text
+                     , unordered-containers
+                                         
\ No newline at end of file