We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cc6595 commit 7b918a9Copy full SHA for 7b918a9
hnix-store-core/src/System/Nix/Hash.hs
@@ -1,15 +1,6 @@
1
{-|
2
Description : Cryptographic hashes for hnix-store.
3
-Maintainer : Shea Levy <[email protected]>; Greg Hale <[email protected]>
4
-}
5
-{-# LANGUAGE DataKinds #-}
6
-{-# LANGUAGE TypeApplications #-}
7
-{-# LANGUAGE ScopedTypeVariables #-}
8
-{-# LANGUAGE FlexibleContexts #-}
9
10
-{-# LANGUAGE TypeFamilies #-}
11
-{-# LANGUAGE TypeOperators #-}
12
-{-# LANGUAGE CPP #-}
13
module System.Nix.Hash (
14
HNix.Digest
15
@@ -24,4 +15,3 @@ module System.Nix.Hash (
24
) where
25
16
26
17
import qualified System.Nix.Internal.Hash as HNix
27
-
0 commit comments