System.Nix.Hash: Remove unused pragmas and cleanup.

This commit is contained in:
Shea Levy 2019-03-10 18:39:20 -04:00
parent 8cc6595803
commit 7b918a929a
No known key found for this signature in database
GPG Key ID: 5C0BD6957D86FE27

View File

@ -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