diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,13 @@
 
 Version history.
 
+## 0.0.10 released 2022-08-21
+
+- Symlink problem
+  [#9](https://github.com/agda/fix-whitespace/issues/9)
+  fixed in dependency `filepattern-0.1.3`.
+- Tested with GHC 8.0.2 - 9.4.1.
+
 ## 0.0.9 released 2022-08-10
 
 - New option `--tab` to set tab-size or keep tabs
diff --git a/fix-whitespace.cabal b/fix-whitespace.cabal
--- a/fix-whitespace.cabal
+++ b/fix-whitespace.cabal
@@ -1,5 +1,5 @@
 name:            fix-whitespace
-version:         0.0.9
+version:         0.0.10
 cabal-version:   1.24
 build-type:      Simple
 description:     Removes trailing whitespace, lines containing only whitespace, expands tabs,
@@ -54,13 +54,14 @@
                 , directory    >= 1.2.6.2  &&  < 1.4
                 , extra        >= 1.1      &&  < 2.0
                 , filepath     >= 1.4.1.0  &&  < 1.5
-                , filepattern  >= 0.1.2    &&  < 0.1.3
+                , filepattern  >= 0.1.3    &&  < 0.2
+                    -- filepattern 0.1.3 fixes issue fix-whitespace#9
                 , text         >= 1.2.3.0  &&  < 1.3   || == 2.0.*
                 , yaml         >= 0.8.4    &&  < 0.12
 
   -- ASR (2018-10-16).
-  -- text-1.2.3.0 required for supporting GHC 8.4.1, 8.4.2 and
-  -- 8.4.3. See Issue #3277.
+  -- text-1.2.3.0 required for supporting GHC 8.4.1, 8.4.2 and 8.4.3.
+  -- See Agda issue #3277.
   -- The other GHC versions can restrict to >= 1.2.3.1.
   if impl(ghc < 8.4.1) || impl(ghc > 8.4.3)
     build-depends: text >= 1.2.3.1
diff --git a/stack-8.0.2.yaml b/stack-8.0.2.yaml
--- a/stack-8.0.2.yaml
+++ b/stack-8.0.2.yaml
@@ -5,4 +5,4 @@
 extra-deps:
   - text-1.2.3.1
   - extra-1.7.1
-  - filepattern-0.1.2
+  - filepattern-0.1.3
diff --git a/stack-8.10.7.yaml b/stack-8.10.7.yaml
--- a/stack-8.10.7.yaml
+++ b/stack-8.10.7.yaml
@@ -1,3 +1,6 @@
 resolver: lts-18.28
 compiler: ghc-8.10.7
 compiler-check: match-exact
+
+extra-deps:
+  - filepattern-0.1.3
diff --git a/stack-8.2.2.yaml b/stack-8.2.2.yaml
--- a/stack-8.2.2.yaml
+++ b/stack-8.2.2.yaml
@@ -4,4 +4,4 @@
 
 extra-deps:
   - text-1.2.3.1
-  - filepattern-0.1.2
+  - filepattern-0.1.3
diff --git a/stack-8.4.4.yaml b/stack-8.4.4.yaml
--- a/stack-8.4.4.yaml
+++ b/stack-8.4.4.yaml
@@ -3,4 +3,4 @@
 compiler-check: match-exact
 
 extra-deps:
-  - filepattern-0.1.2
+  - filepattern-0.1.3
diff --git a/stack-8.6.5.yaml b/stack-8.6.5.yaml
--- a/stack-8.6.5.yaml
+++ b/stack-8.6.5.yaml
@@ -3,4 +3,4 @@
 compiler-check: match-exact
 
 extra-deps:
-  - filepattern-0.1.2
+  - filepattern-0.1.3
diff --git a/stack-8.8.4.yaml b/stack-8.8.4.yaml
--- a/stack-8.8.4.yaml
+++ b/stack-8.8.4.yaml
@@ -3,3 +3,4 @@
 compiler-check: match-exact
 
 extra-deps:
+  - filepattern-0.1.3
diff --git a/stack-9.0.2.yaml b/stack-9.0.2.yaml
--- a/stack-9.0.2.yaml
+++ b/stack-9.0.2.yaml
@@ -1,3 +1,6 @@
-resolver: lts-19.8
+resolver: lts-19.20
 compiler: ghc-9.0.2
 compiler-check: match-exact
+
+extra-deps:
+  - filepattern-0.1.3
diff --git a/stack-9.2.4.yaml b/stack-9.2.4.yaml
--- a/stack-9.2.4.yaml
+++ b/stack-9.2.4.yaml
@@ -1,3 +1,6 @@
-resolver: nightly-2022-08-04
+resolver: nightly-2022-08-19
 compiler: ghc-9.2.4
 compiler-check: match-exact
+
+extra-deps:
+  - filepattern-0.1.3
