Skip to content

Commit 642500e

Browse files
committed
Version bump to 0.4.1
1 parent 148c4ab commit 642500e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

matplotlib.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: matplotlib
2-
version: 0.4.0
2+
version: 0.4.1
33
synopsis: Bindings to Matplotlib; a Python plotting library
44
description:
55
Matplotlib is probably the most full featured plotting library out there.

src/Graphics/Matplotlib/Internal.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ m @@ os = option m os
279279
def :: Matplotlib -> [Option] -> Matplotlib
280280
def m os = optionFn (defFn os) m
281281

282+
-- | Merge two sets of options
282283
defFn :: [Option] -> [Option] -> [Option]
283284
defFn os os' = merge ps' ps ++ (nub $ ks' ++ ks)
284285
where isK (K _ _) = True

0 commit comments

Comments
 (0)