diff options
-rw-r--r-- | gnu/packages/haskell.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index fb3dca9d5f..7731e2447a 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -4811,11 +4811,11 @@ notation}.") ("ghc-mtl" ,ghc-mtl) ("ghc-scientific" ,ghc-scientific) ("ghc-syb" ,ghc-syb) + ("ghc-unordered-containers" ,ghc-unordered-containers) ("ghc-vector" ,ghc-vector))) (inputs `(("ghc-hashable" ,ghc-hashable) ("ghc-text" ,ghc-text) - ("ghc-unordered-containers" ,ghc-unordered-containers) ("ghc-hunit" ,ghc-hunit) ("ghc-quickcheck" ,ghc-quickcheck))) (home-page "https://github.com/bos/aeson") |