mirror of
https://github.com/BinRoot/Haskell-Data-Analysis-Cookbook.git
synced 2024-11-20 17:58:39 +03:00
base version
The file wouldn't `make` for me with this version restriction. (issue #6)
This commit is contained in:
parent
00bcac5068
commit
7e16d332f7
@ -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
|
Loading…
Reference in New Issue
Block a user