Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
DHG_packages
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
Debian Haskell Group
DHG_packages
Commits
792be69d
Commit
792be69d
authored
Aug 19, 2015
by
Sven Bartscher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed cabal dependency on old-locale.
parent
9e67ff6f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
p/hoauth/debian/patches/ghc-7.10
p/hoauth/debian/patches/ghc-7.10
+10
-0
No files found.
p/hoauth/debian/patches/ghc-7.10
View file @
792be69d
...
...
@@ -30,3 +30,13 @@
instance MonadTrans OAuthMonadT where
lift ma = OAuthMonadT $ \t -> do { a <- ma
; return $ Right (t,a)
--- a/hoauth.cabal
+++ b/hoauth.cabal
@@ -25,7 +25,6 @@
, dataenc>=0.13.0.2
, utf8-string>=0.3.4
, time>=1.1.4
- , old-locale>=1.0.0.2
, random>=1.0.0.2
, curl>=1.3.5
, mtl>=1.1.0.2
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment