
#604: a feature to explicitly allow multiple versions of a single dependency
----------------------------+-----------------------------------------------
Reporter: guest | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: Cabal library | Version: 1.6.0.1
Severity: normal | Keywords:
Difficulty: unknown | Ghcversion: 6.10.1
Platform: Linux |
----------------------------+-----------------------------------------------
I wanted to build two executables for comparing the performance difference
between happstack-server-0.3.4 and happstack-server-0.4. So I wrote below
cabal file but found that cabal cannot build what I want. Here is the
output for "cabal configure":
{{{
aycan@fgt:~/haskell/tests/happstack-tests$ cabal configure
Resolving dependencies...
Configuring happstack-tests-0.1...
cabal: At least the following dependencies are missing:
happstack-server ==0.4 && ==0.3.4
}}}
{{{
Name: happstack-tests
Version: 0.1
Author: Aycan iRiCAN