Skip to content

Commit

Permalink
rewritten deps
Browse files Browse the repository at this point in the history
  • Loading branch information
konn committed Mar 28, 2014
1 parent 2527268 commit 73e4feb
Show file tree
Hide file tree
Showing 3 changed files with 85 additions and 81 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ env:
- GHCVER=7.6.1
- GHCVER=7.6.2
- GHCVER=7.6.3
# - GHCVER=7.8.1
- GHCVER=7.8.1
# - GHCVER=head

before_install:
Expand All @@ -13,6 +13,8 @@ before_install:
- export PATH=/opt/ghc/$GHCVER/bin:$PATH

install:
- cabal-1.18 update
- patch $HOME/.cabal/config < config.patch
- cabal-1.18 update
- cabal-1.18 install --only-dependencies --enable-tests --enable-benchmarks

Expand Down
160 changes: 80 additions & 80 deletions computational-algebra.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ test-suite specs
, type-natural
, vector ==0.10.*
, equational-reasoning
, process
, process >= 1.0 && < 1.3
, text
, singletons
, matrix >= 0.2.4.0
Expand Down Expand Up @@ -359,7 +359,7 @@ benchmark normal-bench
, criterion ==0.8.*
, deepseq ==1.3.*
, parallel ==3.2.*
, process ==1.1.*
, process
, singletons
, type-natural
, vector ==0.10.*
Expand All @@ -381,7 +381,7 @@ benchmark elimination-bench
, criterion ==0.8.*
, deepseq ==1.3.*
, parallel ==3.2.*
, process ==1.1.*
, process
, singletons
, type-natural
, vector ==0.10.*
Expand All @@ -404,7 +404,7 @@ benchmark quotient-bench-randomized
, deepseq ==1.3.*
, lens ==3.9.*
, parallel ==3.2.*
, process ==1.1.*
, process
, quickcheck-instances ==0.3.*
, reflection ==1.3.*
, singletons
Expand Down Expand Up @@ -436,7 +436,7 @@ benchmark monomial-order-bench
, lens ==3.9.*
, monomorphic
, parallel ==3.2.*
, process ==1.1.*
, process
, quickcheck-instances ==0.3.*
, random ==1.0.*
, reflection ==1.3.*
Expand Down Expand Up @@ -470,7 +470,7 @@ benchmark linear-bench
, lens ==3.9.*
, monomorphic
, parallel ==3.2.*
, process ==1.1.*
, process
, quickcheck-instances ==0.3.*
, reflection ==1.3.*
, sized-vector >=1.2.0.0
Expand Down Expand Up @@ -505,7 +505,7 @@ benchmark division-bench
, lens ==3.9.*
, monomorphic
, parallel ==3.2.*
, process ==1.1.*
, process
, quickcheck-instances ==0.3.*
, reflection ==1.3.*
, sized-vector >=1.2.0.0
Expand Down Expand Up @@ -540,7 +540,7 @@ benchmark sugar-paper-bench
, lens ==3.9.*
, monomorphic
, parallel ==3.2.*
, process ==1.1.*
, process
, quickcheck-instances ==0.3.*
, reflection ==1.3.*
, sized-vector >=1.2.0.0
Expand All @@ -555,82 +555,82 @@ benchmark sugar-paper-bench
, monomorphic
type: exitcode-stdio-1.0
main-is: sugar-paper.hs
buildable: False
buildable: True
hs-source-dirs: bench share
other-modules: Utils
ghc-options: -Wall -threaded

-- benchmark solve-bench
-- build-depends: constraints >= 0.3.4.2,
-- HUnit ==1.2.*
-- , MonadRandom ==0.1.*
-- , QuickCheck ==2.6.*
-- , algebra ==3.1.*
-- , base >=2.0 && <5
-- , computational-algebra -any
-- , containers >=0.4 && <0.6
-- , criterion ==0.8.*
-- , deepseq ==1.3.*
-- , hspec > 1.8.0
-- , lens ==3.9.*
-- , monomorphic
-- , parallel ==3.2.*
-- , process ==1.1.*
-- , quickcheck-instances ==0.3.*
-- , reflection ==1.3.*
-- , sized-vector >=1.2.0.0
-- , smallcheck ==1.0.*
-- , tagged ==0.6.*
-- , test-framework ==0.8.*
-- , test-framework-hunit ==0.3.*
-- , type-natural >=0.0.5.0
-- , vector ==0.10.*
-- , random ==1.0.*
-- , progression ==0.5.*
-- , equational-reasoning
-- , matrix >= 0.2.4.0
-- type: exitcode-stdio-1.0
-- main-is: solve.hs
-- buildable: True
-- hs-source-dirs: bench share
-- other-modules: Utils
-- ghc-options: -Wall -threaded
benchmark solve-bench
build-depends: constraints >= 0.3.4.2,
HUnit ==1.2.*
, MonadRandom ==0.1.*
, QuickCheck ==2.6.*
, algebra ==3.1.*
, base >=2.0 && <5
, computational-algebra -any
, containers >=0.4 && <0.6
, criterion ==0.8.*
, deepseq ==1.3.*
, hspec > 1.8.0
, lens ==3.9.*
, monomorphic
, parallel ==3.2.*
, process
, quickcheck-instances ==0.3.*
, reflection ==1.3.*
, sized-vector >=1.2.0.0
, smallcheck ==1.0.*
, tagged ==0.6.*
, test-framework ==0.8.*
, test-framework-hunit ==0.3.*
, type-natural >=0.0.5.0
, vector ==0.10.*
, random ==1.0.*
, progression ==0.5.*
, equational-reasoning
, matrix >= 0.2.4.0
type: exitcode-stdio-1.0
main-is: solve.hs
buildable: True
hs-source-dirs: bench share
other-modules: Utils
ghc-options: -Wall -threaded

-- benchmark coercion-bench
-- build-depends: constraints >= 0.3.4.2,
-- HUnit ==1.2.*
-- , MonadRandom ==0.1.*
-- , QuickCheck ==2.6.*
-- , algebra ==3.1.*
-- , base >=2.0 && <5
-- , computational-algebra -any
-- , containers >=0.4 && <0.6
-- , criterion ==0.8.*
-- , deepseq ==1.3.*
-- , hspec > 1.8.0
-- , lens ==3.9.*
-- , monomorphic
-- , parallel ==3.2.*
-- , process ==1.1.*
-- , quickcheck-instances ==0.3.*
-- , reflection ==1.3.*
-- , sized-vector >=1.2.0.0
-- , smallcheck ==1.0.*
-- , tagged ==0.6.*
-- , test-framework ==0.8.*
-- , test-framework-hunit ==0.3.*
-- , type-natural >=0.0.5.0
-- , vector ==0.10.*
-- , random ==1.0.*
-- , progression ==0.5.*
-- , equational-reasoning
-- , matrix >= 0.2.4.0
-- type: exitcode-stdio-1.0
-- main-is: coercion.hs
-- buildable: True
-- hs-source-dirs: bench share
-- other-modules: Utils
-- ghc-options: -Wall -threaded -fcontext-stack=1000
benchmark coercion-bench
build-depends: constraints >= 0.3.4.2,
HUnit ==1.2.*
, MonadRandom ==0.1.*
, QuickCheck ==2.6.*
, algebra ==3.1.*
, base >=2.0 && <5
, computational-algebra -any
, containers >=0.4 && <0.6
, criterion ==0.8.*
, deepseq ==1.3.*
, hspec > 1.8.0
, lens ==3.9.*
, monomorphic
, parallel ==3.2.*
, process
, quickcheck-instances ==0.3.*
, reflection ==1.3.*
, sized-vector >=1.2.0.0
, smallcheck ==1.0.*
, tagged ==0.6.*
, test-framework ==0.8.*
, test-framework-hunit ==0.3.*
, type-natural >=0.0.5.0
, vector ==0.10.*
, random ==1.0.*
, progression ==0.5.*
, equational-reasoning
, matrix >= 0.2.4.0
type: exitcode-stdio-1.0
main-is: coercion.hs
buildable: True
hs-source-dirs: bench share
other-modules: Utils
ghc-options: -Wall -threaded -fcontext-stack=1000

benchmark faugere4-bench
build-depends: constraints >= 0.3.4.2,
Expand All @@ -647,7 +647,7 @@ benchmark faugere4-bench
, lens ==3.9.*
, monomorphic
, parallel ==3.2.*
, process ==1.1.*
, process
, quickcheck-instances ==0.3.*
, reflection ==1.3.*
, sized-vector >=1.2.0.0
Expand Down
2 changes: 2 additions & 0 deletions config.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
11a12
> remote-repo: inhouse:http://hackage.konn-san.com/packages/archive

0 comments on commit 73e4feb

Please sign in to comment.