mirror of
				https://github.com/Drezil/dear-imgui.hs.git
				synced 2025-11-04 07:01:06 +01:00 
			
		
		
		
	Update bound for ghc-9.6 (#174)
* Update bound for ghc-9.6 * Update ci action versions
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							8697aa3a0a
						
					
				
				
					commit
					0cc654f190
				
			
							
								
								
									
										6
									
								
								.github/workflows/build.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/build.yaml
									
									
									
									
										vendored
									
									
								
							@@ -4,16 +4,16 @@ jobs:
 | 
			
		||||
  build:
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    steps:
 | 
			
		||||
    - uses: actions/checkout@v2.3.4
 | 
			
		||||
    - uses: actions/checkout@v2.4.0
 | 
			
		||||
      with:
 | 
			
		||||
          persist-credentials: false
 | 
			
		||||
          submodules: true
 | 
			
		||||
 | 
			
		||||
    - uses: cachix/install-nix-action@v16
 | 
			
		||||
    - uses: cachix/install-nix-action@v20
 | 
			
		||||
      with:
 | 
			
		||||
        nix_path: nixpkgs=channel:nixos-unstable
 | 
			
		||||
 | 
			
		||||
    - uses: cachix/cachix-action@v10
 | 
			
		||||
    - uses: cachix/cachix-action@v12
 | 
			
		||||
      with:
 | 
			
		||||
        name: hs-dear-imgui
 | 
			
		||||
        authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
 | 
			
		||||
 
 | 
			
		||||
@@ -140,7 +140,7 @@ flag use-ImDrawIdx32
 | 
			
		||||
common common
 | 
			
		||||
  build-depends:
 | 
			
		||||
      base
 | 
			
		||||
        >= 4.12 && < 4.17
 | 
			
		||||
        >= 4.12 && < 4.18
 | 
			
		||||
  default-language:
 | 
			
		||||
      Haskell2010
 | 
			
		||||
 | 
			
		||||
@@ -291,7 +291,7 @@ library dear-imgui-generator
 | 
			
		||||
    , DearImGui.Generator.Types
 | 
			
		||||
  build-depends:
 | 
			
		||||
      template-haskell
 | 
			
		||||
        >= 2.15 && < 2.19
 | 
			
		||||
        >= 2.15 && < 2.21
 | 
			
		||||
    , containers
 | 
			
		||||
       ^>= 0.6.2.1
 | 
			
		||||
    , directory
 | 
			
		||||
@@ -311,7 +311,7 @@ library dear-imgui-generator
 | 
			
		||||
    , th-lift
 | 
			
		||||
        >= 0.7 && < 0.9
 | 
			
		||||
    , transformers
 | 
			
		||||
        >= 0.5.6 && < 0.6
 | 
			
		||||
        >= 0.5.6 && < 0.7
 | 
			
		||||
    , unordered-containers
 | 
			
		||||
        >= 0.2.11 && < 0.3
 | 
			
		||||
 | 
			
		||||
@@ -382,7 +382,7 @@ executable vulkan
 | 
			
		||||
      , text-short
 | 
			
		||||
         ^>= 0.1.3
 | 
			
		||||
      , transformers
 | 
			
		||||
         ^>= 0.5.6.2
 | 
			
		||||
          >= 0.5.6 && < 0.7
 | 
			
		||||
      , unliftio
 | 
			
		||||
          >= 0.2.13 && < 0.2.19
 | 
			
		||||
      , unliftio-core
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user