mirror of
https://github.com/haskell-nix/hnix-store.git
synced 2024-11-24 05:33:19 +03:00
System.Nix.Hash: Remove unused pragmas and cleanup.
This commit is contained in:
parent
8cc6595803
commit
7b918a929a
@ -1,15 +1,6 @@
|
||||
{-|
|
||||
Description : Cryptographic hashes for hnix-store.
|
||||
Maintainer : Shea Levy <shea@shealevy.com>; Greg Hale <imalsogreg@gmail.com>
|
||||
-}
|
||||
{-# LANGUAGE DataKinds #-}
|
||||
{-# LANGUAGE TypeApplications #-}
|
||||
{-# LANGUAGE ScopedTypeVariables #-}
|
||||
{-# LANGUAGE FlexibleContexts #-}
|
||||
{-# LANGUAGE TypeApplications #-}
|
||||
{-# LANGUAGE TypeFamilies #-}
|
||||
{-# LANGUAGE TypeOperators #-}
|
||||
{-# LANGUAGE CPP #-}
|
||||
module System.Nix.Hash (
|
||||
HNix.Digest
|
||||
|
||||
@ -24,4 +15,3 @@ module System.Nix.Hash (
|
||||
) where
|
||||
|
||||
import qualified System.Nix.Internal.Hash as HNix
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user