Skip to content

Commit

Permalink
Merge branch 'master' into upd-HNix-store-0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton-Latukha authored May 25, 2020
2 parents bc1886d + 86b5da1 commit a518b19
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions hnix.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -860,7 +860,6 @@ library
, contravariant >= 1.5 && < 1.6
, data-fix >= 0.2.0 && < 0.3
, deepseq >=1.4.3 && <1.5
, dependent-sum >= 0.4 && < 0.5 || >= 0.6.2.0 && < 0.8
, deriving-compat >=0.3 && <0.6
, directory >= 1.3.1 && < 1.4
, exceptions >= 0.10.0 && < 0.11
Expand Down Expand Up @@ -891,6 +890,7 @@ library
, semialign >= 1 && < 1.2
, semialign-indexed >= 1 && < 1.2
, semigroups >=0.18 && <0.19 || >= 0.19.1 && < 0.20
, some >= 1.0.1 && < 1.1
, split >= 0.2.3 && < 0.3
, syb >= 0.7 && < 0.8
, template-haskell
Expand Down Expand Up @@ -995,7 +995,6 @@ test-suite hnix-tests
, cryptohash-sha512
, data-fix
, deepseq >=1.4.3 && <1.5
, dependent-sum
, directory
, exceptions
, filepath
Expand Down
2 changes: 1 addition & 1 deletion main/Repl.hs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ import Control.Monad.Reader
import Control.Monad.State.Strict

import System.Console.Haskeline.MonadException
import System.Console.Repline
import System.Console.Repline hiding ( options )
import System.Environment
import System.Exit

Expand Down
1 change: 1 addition & 0 deletions src/Nix/Var.hs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import Data.GADT.Compare
import Data.IORef
import Data.Maybe
import Data.STRef
import Type.Reflection ((:~:)(Refl))

import Unsafe.Coerce

Expand Down

0 comments on commit a518b19

Please sign in to comment.