我需要Data.E v.4.7.0.0的新函数"isLeft",但cabal不会安装新库.
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\Alberto>cabal update
Downloading the latest package list from hackage.haskell.org
Note: there is a new version of cabal-install available.
To upgrade, run: cabal install cabal-install
C:\Users\Alberto>cabal install base
Resolving dependencies...
All the requested packages are already installed:
base-4.6.0.1
Use --reinstall if you want to reinstall anyway.
C:\Users\Alberto>date
The current date is: 19/04/2014
Run Code Online (Sandbox Code Playgroud)
为什么会这样?
如何将基础软件包升级到4.7版?