Added transformers to cabal file.

This commit is contained in:
Christian Sievers 2015-01-18 03:57:47 +01:00
parent 607a739074
commit 59f038f3c0

View File

@ -19,6 +19,7 @@ executable calc
directory >= 1.2 && <1.3,
haskeline >= 0.7 && <0.8,
containers >= 0.5 && <0.6,
parsec >= 3.1 && <3.2
parsec >= 3.1 && <3.2,
transformers >= 0.4 && <0.5
default-language: Haskell2010
main-is: Main.hs