Skip to content

Commit

Permalink
Removed library version bounds from cabal'
Browse files Browse the repository at this point in the history
  • Loading branch information
manojgudi committed Aug 16, 2016
1 parent d89d4dd commit 7af2635
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions svm-simple.cabal
Expand Up @@ -65,15 +65,15 @@ library
AI.SVM.Base
build-depends:
base >= 4 && < 5,
bytestring >= 0.9.1 && < 0.10,
bindings-svm >= 0.2.0 && < 0.3,
binary >= 0.5 && < 0.6,
mwc-random >= 0.8 && < 0.13,
vector >= 0.7.0.1 && < 1.1,
directory >= 1.1.0.0 && < 1.4,
containers >= 0.4.2.0 && < 0.5,
deepseq >= 1.1 && < 1.6,
monad-par >= 0.1.0.3 && < 0.1.1
bytestring ,
bindings-svm ,
binary ,
mwc-random ,
vector ,
directory ,
containers ,
deepseq ,
monad-par

-- executable svm-benchmark
-- if !flag(benchmark)
Expand Down

0 comments on commit 7af2635

Please sign in to comment.