Skip to content

Commit 7b918a9

Browse files
committed
System.Nix.Hash: Remove unused pragmas and cleanup.
1 parent 8cc6595 commit 7b918a9

File tree

1 file changed

+0
-10
lines changed
  • hnix-store-core/src/System/Nix

1 file changed

+0
-10
lines changed
Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,6 @@
11
{-|
22
Description : Cryptographic hashes for hnix-store.
3-
Maintainer : Shea Levy <[email protected]>; Greg Hale <[email protected]>
43
-}
5-
{-# LANGUAGE DataKinds #-}
6-
{-# LANGUAGE TypeApplications #-}
7-
{-# LANGUAGE ScopedTypeVariables #-}
8-
{-# LANGUAGE FlexibleContexts #-}
9-
{-# LANGUAGE TypeApplications #-}
10-
{-# LANGUAGE TypeFamilies #-}
11-
{-# LANGUAGE TypeOperators #-}
12-
{-# LANGUAGE CPP #-}
134
module System.Nix.Hash (
145
HNix.Digest
156

@@ -24,4 +15,3 @@ module System.Nix.Hash (
2415
) where
2516

2617
import qualified System.Nix.Internal.Hash as HNix
27-

0 commit comments

Comments
 (0)