Codebase list haskell-happstack-hsp / 792be69
Removed cabal dependency on old-locale. Sven Bartscher 8 years ago
1 changed file(s) with 10 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
2929 instance MonadTrans OAuthMonadT where
3030 lift ma = OAuthMonadT $ \t -> do { a <- ma
3131 ; return $ Right (t,a)
32 --- a/hoauth.cabal
33 +++ b/hoauth.cabal
34 @@ -25,7 +25,6 @@
35 , dataenc>=0.13.0.2
36 , utf8-string>=0.3.4
37 , time>=1.1.4
38 - , old-locale>=1.0.0.2
39 , random>=1.0.0.2
40 , curl>=1.3.5
41 , mtl>=1.1.0.2