Skip to content

Commit 2b65cf5

Browse files
committed
Upgrade to debian-4.1.2
1 parent f9c78f8 commit 2b65cf5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

DependencyRoots.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,4 +116,4 @@ pkgDeps p = names "Depends" ++ names "Recommends"
116116
where field = B.unpack . fromMaybe B.empty . flip fieldValue p
117117
rels = fromRight [] . parseRelations . field
118118
names = concatMap (map relName . take 1) . rels
119-
relName (Rel name _ _) = unBinPkgName name
119+
relName (RRel name _ _ _) = unBinPkgName name

RepoExplorer.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ executable RepoList
2828
cmdargs,
2929
cryptohash-md5,
3030
curl,
31-
debian,
31+
debian >=4.1.2,
3232
directory >=1.0.1.1 && <1.4,
3333
download-curl,
3434
filepath >=1.1.0.4 && <1.6,
@@ -57,7 +57,7 @@ executable DependencyRoots
5757
bytestring >=0.9.1.7 && <0.13,
5858
cmdargs,
5959
containers >=0.4 && <0.8,
60-
debian,
60+
debian >=4.1.2,
6161
fgl >=5.4 && <5.9,
6262

6363
default-language: Haskell2010

0 commit comments

Comments
 (0)