diff --git a/src/SvgIcons/Icons/Coding.hs b/src/SvgIcons/Icons/Coding.hs
--- a/src/SvgIcons/Icons/Coding.hs
+++ b/src/SvgIcons/Icons/Coding.hs
@@ -19,10 +19,10 @@
 A list with all the icons from this module,
 together with appropriate names.
 
-svgCoding :: [ (String , S.Svg) ]
-svgCoding =
-  [ (,) "haskell" haskell
-  ]
+>svgCoding :: [ (String , S.Svg) ]
+>svgCoding =
+>  [ (,) "haskell" haskell
+>  ]
 -}
 svgCoding :: [ (String , S.Svg) ]
 svgCoding =
@@ -36,6 +36,12 @@
 ![fill and stroke](https://raw.githubusercontent.com/RamiroPastor/SvgIcons/main/svg/icons/coding/haskell_full.svg)
 
 ![stroke style](https://raw.githubusercontent.com/RamiroPastor/SvgIcons/main/svg/icons/coding/haskell_strk.svg)
+
+Note: you can remove fill colors with CSS:
+
+>path {
+>  fill: none;
+>}
 -}
 haskell :: Svg
 haskell =
diff --git a/svg-icons.cabal b/svg-icons.cabal
--- a/svg-icons.cabal
+++ b/svg-icons.cabal
@@ -1,6 +1,6 @@
 cabal-version:      2.4
 name:               svg-icons
-version:            2.1.0.0
+version:            2.1.0.1
 homepage:           https://github.com/RamiroPastor/SvgIcons
 license:            BSD-3-Clause
 license-file:       LICENSE
