base version

The file wouldn't `make` for me with this version restriction. (issue #6)
This commit is contained in:
i 2015-10-03 19:54:56 +00:00
parent 00bcac5068
commit 7e16d332f7

View File

@ -20,6 +20,6 @@ executable Code0703
main-is: Main.hs
-- other-modules:
-- other-extensions:
build-depends: base >=4.6 && <4.7, statistics-linreg >=0.2 && <0.3, vector >=0.10 && <0.11
build-depends: base >=4.6, statistics-linreg >=0.2 && <0.3, vector >=0.10 && <0.11
-- hs-source-dirs:
default-language: Haskell2010
default-language: Haskell2010