@@ -7440,4 +7440,19 @@ versions of these packages distributed with different versions of GHC.
In particular, this library supports working with POSIX files that have paths
which can't be decoded in the current locale encoding.")
(license license:expat)))
+
+(define-public ghc-directory@1.2.2.0
+ (package
+ (inherit ghc-directory)
+ (version "1.2.2.0")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "https://hackage.haskell.org/package/directory/"
+ "directory-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1dbn6d48gdqh0n2rkh02asxv94ikd8849659ndc7p3h93kgj1dy4"))))
+ (arguments
+ `(#:tests? #f)))) ; test wants to run git
+
;;; haskell.scm ends here